ports/graphics/nip2/files/patch-src-graphwindow.c
Mikhail Teterin 1a79a9e86f Upgrade from 7.26.3 to 7.40.1 (nip2) and .2 (vips) -- the current
latest. Support staging in nip2. Add self-test target to nip2.

Although the software is built against GraphicsMagick, some of the
tests require ImageMagick's convert and therefor the tests are not
(yet) labeled "regression-test".  The author is working on the fix.
2014-07-01 18:59:49 +00:00

11 lines
320 B
C

--- src/graphwindow.c 2011-01-25 19:44:07.000000000 +0300
+++ src/graphwindow.c 2013-11-28 03:48:15.996694984 +0400
@@ -260,7 +260,7 @@
IM_FREEF( agclose, graphwindow->graph );
- graphwindow->graph = agread( of->fp );
+ graphwindow->graph = agread( of->fp, NULL );
ifile_close( of );
unlinkf( "%s", tname );