diff options
Diffstat (limited to 'graphics/hpscan/files/patch-ac')
-rw-r--r-- | graphics/hpscan/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/hpscan/files/patch-ac b/graphics/hpscan/files/patch-ac new file mode 100644 index 000000000000..fe30197297c8 --- /dev/null +++ b/graphics/hpscan/files/patch-ac @@ -0,0 +1,13 @@ +diff -u old/gui.c gui.c +--- old/gui.c Thu Jul 28 14:53:01 1994 ++++ gui.c Fri Jan 12 17:25:53 1996 +@@ -646,7 +665,7 @@ + + for(y=MARGIN; y<raw->height-MARGIN; y++) + { +- p = raw->data + (y * raw->width + MARGIN) * 3; ++ p = raw->data + y * raw->width + MARGIN * 3; + + for(x=MARGIN; x<raw->width-MARGIN; x++) + { +Only in work: oldmain.c |