[PD-cvs] SF.net SVN: pure-data:[10741] branches/pd-extended/0.41/pd/src/g_template.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Feb 5 06:06:16 CET 2009


Revision: 10741
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10741&view=rev
Author:   eighthave
Date:     2009-02-05 05:06:15 +0000 (Thu, 05 Feb 2009)

Log Message:
-----------
backported fix from 0.42.4: https://sourceforge.net/tracker2/?func=detail&aid=2555276&group_id=55736&atid=478070

Modified Paths:
--------------
    branches/pd-extended/0.41/pd/src/g_template.c

Modified: branches/pd-extended/0.41/pd/src/g_template.c
===================================================================
--- branches/pd-extended/0.41/pd/src/g_template.c	2009-02-05 04:47:10 UTC (rev 10740)
+++ branches/pd-extended/0.41/pd/src/g_template.c	2009-02-05 05:06:15 UTC (rev 10741)
@@ -106,7 +106,7 @@
     bad: 
         argc -= 2; argv += 2;
     }
-    if (templatesym->s_name)
+    if (*templatesym->s_name)
     {
         x->t_sym = templatesym;
         pd_bind(&x->t_pdobj, x->t_sym);


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