Index: hid_cam.c =================================================================== --- hid_cam.c (revision 27677) +++ hid_cam.c (revision 27678) @@ -357,10 +357,13 @@ *next = '\0'; next++; } + if (strcmp(curr, "okempty") == 0) + dst->okempty = 1; + else + pcb_message(PCB_MSG_ERROR, "CAM: ignoring unknown global parameter [%s]\n", curr); } else *str = NULL; -printf("cam GLOBAL: '%s'\n", curr); } }