Index: cam_compile.c =================================================================== --- cam_compile.c (revision 28030) +++ cam_compile.c (revision 28031) @@ -81,7 +81,7 @@ case PCB_CAM_PARTIAL: if (code->op.partial.arg != NULL) { ctx->partial = 1; - pcb_actionl("query", "setflag:exportsel", code->op.partial.arg, NULL); + pcb_actionva("query", "setflag:exportsel", code->op.partial.arg, NULL); } else { if (ctx->partial) { Index: cam_gui.c =================================================================== --- cam_gui.c (revision 28030) +++ cam_gui.c (revision 28031) @@ -199,7 +199,7 @@ if (row != NULL) { const char *outfile = ctx->dlg[ctx->woutfile].val.str; char *tmp = pcb_strdup_printf("outfile=%s", outfile); - pcb_actionl("cam", "call", row->cell[0], tmp, NULL); + pcb_actionva("cam", "call", row->cell[0], tmp, NULL); free(tmp); } }