hplip/hplip-skip-blank-lines.patch

13 lines
581 B
Diff

diff -up hplip-3.10.2/prnt/hpcups/Encapsulator.cpp.skip-blank-lines hplip-3.10.2/prnt/hpcups/Encapsulator.cpp
--- hplip-3.10.2/prnt/hpcups/Encapsulator.cpp.skip-blank-lines 2010-02-25 00:04:09.000000000 +0100
+++ hplip-3.10.2/prnt/hpcups/Encapsulator.cpp 2010-04-15 17:15:03.000000000 +0200
@@ -191,7 +191,7 @@ DRIVER_ERROR Encapsulator::SendCAPy(int
{
DRIVER_ERROR err = NO_ERROR;
char str[12];
- sprintf(str, "\x1b*b%dY", iOffset);
+ sprintf(str, "\x1b*p%dY", iOffset);
err = this->Send ((const BYTE *) str, strlen(str));
return err;
}