Index: hpgl.c =================================================================== --- hpgl.c (revision 28033) +++ hpgl.c (revision 28034) @@ -136,7 +136,7 @@ pcb_message(PCB_MSG_ERROR, "Error loading HP-GL: could not load any object from %s\n", fname); return 0; } - pcb_actionva("mode", "pastebuffer", NULL); + pcb_actionva(&PCB->hidlib, "mode", "pastebuffer", NULL); return 0; }