This commit is contained in:
Martin Pulec
2011-05-31 18:22:37 +02:00
parent 9c421f64a6
commit 4f82e51bb6

View File

@@ -307,7 +307,10 @@ vidcap_quad_init(char *init_fmt)
if((item = strtok_r(NULL, ":", &save_ptr)) != NULL)
{
s->device_cnt = atoi(item);
} else {
s->device_cnt = 1;
}
free(fmt_dup);
/* CHECK IF QUAD CAN WORK CORRECTLY */