mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
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.
11 lines
320 B
C
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 );
|