OSDN Git Service

EvsCamera: %zd -> %zu for size_t print
authorSteven Moreland <smoreland@google.com>
Sat, 11 Mar 2017 05:05:09 +0000 (21:05 -0800)
committerSteven Moreland <smoreland@google.com>
Sat, 11 Mar 2017 05:05:09 +0000 (21:05 -0800)
commit25197e9240138ab2a4a948b1b85d3bc0edcea718
treee25cafd97a7db85db9e000fbd13dd0739fe93465
parent54baa3b1019c2d468b8189a5074d7fcb30272d7d
EvsCamera: %zd -> %zu for size_t print

%zd doesn't throw a warning, but %zu is technically correct.

Change-Id: I3762d01cc424ecf84e73c21afe5a5a3d295fe782
automotive/evs/1.0/default/EvsCamera.cpp