diff options
Diffstat (limited to 'math/ploticus/files/patch-src-execline.c')
| -rw-r--r-- | math/ploticus/files/patch-src-execline.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ploticus/files/patch-src-execline.c b/math/ploticus/files/patch-src-execline.c new file mode 100644 index 000000000000..f550f7a16cf8 --- /dev/null +++ b/math/ploticus/files/patch-src-execline.c @@ -0,0 +1,11 @@ +--- src/execline.c.orig 2008-09-03 00:52:18.000000000 -0500 ++++ src/execline.c 2008-09-03 00:53:46.000000000 -0500 +@@ -352,7 +352,7 @@ + if( PLS.eready ) Eflush(); + n = report_convmsgcount(); + if( PLS.debug && n > 0 ) { +- fprintf( PLS.diagfp, "note: pl proc %s encountered %d unplottable data values\n", procname, n ); ++ fprintf( PLS.diagfp, "note: ploticus proc %s encountered %d unplottable data values\n", procname, n ); + zero_convmsgcount(); + } + return( stat ); |
