opnsense-ports/math/ploticus/files/patch-src-execline.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
467 B
C

--- 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 );