Skip to content

Commit

Permalink
Load FCB unit check when index byte is omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Carlborg authored and rbowler committed Sep 3, 2015
1 parent 4dc8deb commit 36f528d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions printer.c
Expand Up @@ -1147,6 +1147,7 @@ char wbuf[150];

dev->lpi = 6;
dev->index = 0;
i = 0;
if (iobuf[0] & 0xc0)
{
/* First byte is a print position index */
Expand Down

0 comments on commit 36f528d

Please sign in to comment.