summaryrefslogtreecommitdiff
path: root/src/devices/grolbp/lbp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grolbp/lbp.cc')
-rw-r--r--src/devices/grolbp/lbp.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/grolbp/lbp.cc b/src/devices/grolbp/lbp.cc
index 376324b6..58a3ac30 100644
--- a/src/devices/grolbp/lbp.cc
+++ b/src/devices/grolbp/lbp.cc
@@ -517,6 +517,9 @@ void lbp_printer::draw(int code, int *p, int np, const environment *env)
else fill_pattern = -21;
}; // if (p[0] >= 0 && p[0] <= 1000)
break;
+ case 'F':
+ // not implemented yet
+ break;
default:
error("unrecognised drawing command `%1'", char(code));
break;