put back missing col++

This commit is contained in:
Isaac Connor 2015-12-28 11:52:40 -05:00
parent 8dc7b3cee1
commit ccded54937
1 changed files with 1 additions and 0 deletions

View File

@ -2787,6 +2787,7 @@ Debug( 1, "Got %d for v4l_captures_per_frame", v4l_captures_per_frame );
signal_check_colour = strtol(dbrow[col]+1,0,16); signal_check_colour = strtol(dbrow[col]+1,0,16);
else else
signal_check_colour = strtol(dbrow[col],0,16); signal_check_colour = strtol(dbrow[col],0,16);
col++;
bool embed_exif = (*dbrow[col] != '0'); col++; bool embed_exif = (*dbrow[col] != '0'); col++;
int cam_width = ((orientation==ROTATE_90||orientation==ROTATE_270)?height:width); int cam_width = ((orientation==ROTATE_90||orientation==ROTATE_270)?height:width);