freebsd-ports/math/ploticus/files/patch-src-execline.c
Mark Linimon 04ca400c90 Update to 2.40. Major changes:
- added: proc catlines; proc tree; proc image.
 - deprecated: server-side image maps (use client-side instead); definition
   of categories within proc areadef (use proc categories instead); proc print.
 - discontinued attributes: proc processdata's stack; proc usedata's element,
   proc getdata's rotate, and proc defineunits (use the $changeunits()
   function instead).
 - proc rangebar has been renamed proc boxplot and there are major
   functionality changes. Any script that uses proc rangebar will need
   maintenance.
 - rewrite of parser.
 - many bugfixes.

For complete list, see http://ploticus.sourceforge.net/doc/news.html.
2008-09-02 22:14:43 +00: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 );