[PD-cvs] SF.net SVN: pure-data: [9910] branches/pd-extended/v0-40/pd/src/g_canvas.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 25 21:28:42 CEST 2008


Revision: 9910
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9910&view=rev
Author:   eighthave
Date:     2008-05-25 12:28:42 -0700 (Sun, 25 May 2008)

Log Message:
-----------
corrected comment

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/g_canvas.c

Modified: branches/pd-extended/v0-40/pd/src/g_canvas.c
===================================================================
--- branches/pd-extended/v0-40/pd/src/g_canvas.c	2008-05-25 10:35:12 UTC (rev 9909)
+++ branches/pd-extended/v0-40/pd/src/g_canvas.c	2008-05-25 19:28:42 UTC (rev 9910)
@@ -1629,7 +1629,7 @@
                 realname[0] = '\0';
             }
             else
-            {   // if not absolute path, append Pd lib dir
+            {   // if not absolute path, append parent canvas' current dir
                 strncpy(realname, dir, FILENAME_MAX);
                 realname[FILENAME_MAX-3] = 0;
                 strcat(realname, "/");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list