put back missing col++
This commit is contained in:
parent
8dc7b3cee1
commit
ccded54937
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue