blob: 21b8159d9ebfeccf7643e0127ebf2537cd1d9e74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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) ;
|