fixed compiler warning "corelib/WebcamCapture/main.cpp:236: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘const char*’"

git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@65 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2011-06-07 15:05:23 +00:00
parent 450aef86f7
commit b54841c3da

View File

@@ -217,7 +217,7 @@ int main(int argc, char * argv[])
" device=%d\n"
" width=%d\n"
" height=%d\n"
" rawSize=%d\n"
" rawSize=%s\n"
" hz=%f\n"
" show=%s\n"
" dir=%s\n"