Index: cam_gui.c =================================================================== --- cam_gui.c (revision 31006) +++ cam_gui.c (revision 31007) @@ -198,7 +198,7 @@ if (row != NULL) { const char *outfile = ctx->dlg[ctx->woutfile].val.str; - char *tmp = pcb_strdup_printf("outfile=%s", outfile); + char *tmp = rnd_strdup_printf("outfile=%s", outfile); rnd_actionva(ctx->cam.hidlib, "cam", "call", row->cell[0], tmp, NULL); free(tmp); }