|
From: <ai...@us...> - 2014-03-09 18:54:18
|
Revision: 13047
http://sourceforge.net/p/plplot/code/13047
Author: airwin
Date: 2014-03-09 18:54:17 +0000 (Sun, 09 Mar 2014)
Log Message:
-----------
Tweak commentary.
Modified Paths:
--------------
trunk/bindings/tk/plserver.c
Modified: trunk/bindings/tk/plserver.c
===================================================================
--- trunk/bindings/tk/plserver.c 2014-03-06 17:56:23 UTC (rev 13046)
+++ trunk/bindings/tk/plserver.c 2014-03-09 18:54:17 UTC (rev 13047)
@@ -118,8 +118,8 @@
#endif
// According to both Linux and Windows documentation,
- // argv is actually argc+1 in length with the last element pointing
- // to NULL. So leave room for that.
+ // argv is actually argc+1 in length with the last element set to
+ // the NULL value. So leave room for that last element.
myargv = (const char **) malloc( ( argc + 1 ) * sizeof ( char * ) );
for ( i = 0; i < argc + 1; i++ )
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|