forked from pool/netpbm
Petr Gajdos
d494c159f8
* upstreamed or outdated - colornames-init.diff (present in the code) - endian.patch (tested against bnc#105431) - pamtouil.patch (present in the code) - ximtoppm-fixes.patch (present in the code) - [partially, refreshed] fixes.patch - pngtomng-transparent.patch (tested against bnc#225258) - rgb.patch (/usr/share/X11/rgb.txt is in RGB_DB2 yet) * .dif renamed to make.patch * gcc45.patch merged into fixes.patch OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=16
12 lines
249 B
Diff
12 lines
249 B
Diff
--- lib/libpm.c
|
|
+++ lib/libpm.c
|
|
@@ -533,6 +533,8 @@
|
|
else
|
|
pm_message("This program is part of the Netpbm package. Find "
|
|
"documentation for it at %s/%s\n", docurl, progname);
|
|
+
|
|
+ fclose(netpbmConfigFile);
|
|
}
|
|
|
|
|