Make the error message a little more reasonable.

Unfortunately the current setup does not easily allow naming
the offending command.
This commit is contained in:
Holger Vogt 2023-06-09 16:09:57 +02:00
parent c7ebb7aabb
commit f5091bdc2d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ DISPDEVICE device[] = {
(disp_fn_Track_t *) NODEV, (disp_fn_MakeMenu_t *) NODEV, (disp_fn_MakeDialog_t *) NODEV, (disp_fn_Input_t *) NODEV,
gen_DatatoScreen, },
{ "PrinterOnly", 0, 0, 24, 80, 0, 0,
{ "BatchMode/PrinterOnly", 0, 0, 24, 80, 0, 0,
(disp_fn_Init_t *) NODEV, (disp_fn_NewViewport_t *) NODEV,
(disp_fn_Close_t *) NOP, (disp_fn_Clear_t *) NODEV,
(disp_fn_DrawLine_t *) NODEV, (disp_fn_Arc_t *) NODEV, (disp_fn_Text_t *) NODEV,