Index: trunk/src/hid_cam.c =================================================================== --- trunk/src/hid_cam.c (revision 27425) +++ trunk/src/hid_cam.c (revision 27426) @@ -478,8 +478,11 @@ void pcb_cam_nolayer(pcb_board_t *pcb, const char *src, const char **fn_out) { - if (src != NULL) + if (src != NULL) { + if (strchr(src, '=') != NULL) + pcb_message(PCB_MSG_ERROR, "global exporter --cam doesn't take '=' and layers, only a file name\n"); *fn_out = src; + } }