From: <ai...@us...> - 2014-01-12 02:18:44
|
Revision: 12932 http://sourceforge.net/p/plplot/code/12932 Author: airwin Date: 2014-01-12 02:18:40 +0000 (Sun, 12 Jan 2014) Log Message: ----------- Get rid of debugging "flush" output to stderr. Modified Paths: -------------- trunk/drivers/ntk.c Modified: trunk/drivers/ntk.c =================================================================== --- trunk/drivers/ntk.c 2014-01-12 02:14:07 UTC (rev 12931) +++ trunk/drivers/ntk.c 2014-01-12 02:18:40 UTC (rev 12932) @@ -342,7 +342,7 @@ if ( curpts == NPTS ) { - fprintf( stderr, "\nflush: %d ", curpts ); + //fprintf( stderr, "\nflush: %d ", curpts ); flushbuffer( pls ); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |