[svn:parrot] r38486 - trunk/src

petdance at svn.parrot.org petdance at svn.parrot.org
Tue May 5 05:58:02 UTC 2009


Author: petdance
Date: Tue May  5 05:58:01 2009
New Revision: 38486
URL: https://trac.parrot.org/parrot/changeset/38486

Log:
assign characters to characters

Modified:
   trunk/src/spf_render.c

Modified: trunk/src/spf_render.c
==============================================================================
--- trunk/src/spf_render.c	Tue May  5 05:33:33 2009	(r38485)
+++ trunk/src/spf_render.c	Tue May  5 05:58:01 2009	(r38486)
@@ -303,7 +303,7 @@
     }
 
     out[i++] = (char)thingy;
-    out[i]   = 0;
+    out[i]   = '\0';
 }
 
 


More information about the parrot-commits mailing list