summaryrefslogtreecommitdiff
path: root/graphics/xsane/files/patch-src::xsane-scan.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2001-12-14 01:58:37 +0000
committerCy Schubert <cy@FreeBSD.org>2001-12-14 01:58:37 +0000
commit6f5933f80ea0cc58e866ec9d0a57433ef3c639cc (patch)
tree8b93dce9d9830489983f3592ff3e3485596ef139 /graphics/xsane/files/patch-src::xsane-scan.c
parentchange default parallel device from lp0 to lpt0 (diff)
Update to XSane 0.82.
XSane 0.82 includes (obtained from www.xsane.org latest news): - improved despeckle routine (removed bug and increased speed) - added scaling function to viewer - several security bugfixes - spanish translation - dutch translation Reviewed by: nectar Approved by: maintainer: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'graphics/xsane/files/patch-src::xsane-scan.c')
-rw-r--r--graphics/xsane/files/patch-src::xsane-scan.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/xsane/files/patch-src::xsane-scan.c b/graphics/xsane/files/patch-src::xsane-scan.c
deleted file mode 100644
index 4f1585270eb3..000000000000
--- a/graphics/xsane/files/patch-src::xsane-scan.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xsane-scan.c.tmpfile Wed Nov 21 18:48:01 2001
-+++ src/xsane-scan.c Wed Nov 21 18:48:08 2001
-@@ -1660,7 +1660,6 @@
- umask((mode_t) preferences.image_umask); /* define image file permissions */
- }
-
-- remove(xsane.dummy_filename); /* remove existing file */
- xsane.out = fopen(xsane.dummy_filename, "wb"); /* b = binary mode for win32 */
- umask(XSANE_DEFAULT_UMASK); /* define new file permissions */
-
-