diff options
Diffstat (limited to 'print/hplip/files/patch-prnt_hpcups_Mode9.cpp')
-rw-r--r-- | print/hplip/files/patch-prnt_hpcups_Mode9.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/hplip/files/patch-prnt_hpcups_Mode9.cpp b/print/hplip/files/patch-prnt_hpcups_Mode9.cpp new file mode 100644 index 000000000000..68be6f7a0dcf --- /dev/null +++ b/print/hplip/files/patch-prnt_hpcups_Mode9.cpp @@ -0,0 +1,11 @@ +--- prnt/hpcups/Mode9.cpp.orig 2023-06-02 08:02:35 UTC ++++ prnt/hpcups/Mode9.cpp +@@ -203,7 +203,7 @@ bool Mode9::Process(RASTERDATA* input) + unsigned int offset,byte_count,rem_count; + Mode9_comtype command; + char* dest= (char*) compressBuf; +- register char *dptr=dest; ++ char *dptr=dest; + + while ( size > 0 ) + { |