summaryrefslogtreecommitdiff
path: root/graphics/xcftools/files/patch-src_io-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xcftools/files/patch-src_io-unix.c')
-rw-r--r--graphics/xcftools/files/patch-src_io-unix.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xcftools/files/patch-src_io-unix.c b/graphics/xcftools/files/patch-src_io-unix.c
new file mode 100644
index 000000000000..21b8159d9ebf
--- /dev/null
+++ b/graphics/xcftools/files/patch-src_io-unix.c
@@ -0,0 +1,11 @@
+--- src/io-unix.c.orig 2013-02-12 19:30:10.000000000 +0100
++++ src/io-unix.c 2014-09-11 01:34:41.000000000 +0200
+@@ -96,7 +96,7 @@
+ if( status > 0 ) {
+ fclose(xcfstream) ;
+ xcfstream = 0 ;
+- FatalGeneric(status,NULL);
++ FatalGeneric(status,"status=%d",status);
+ }
+ } else {
+ fclose(xcfstream) ;