Index: branches/1.0/processor/string.m4
===================================================================
--- branches/1.0/processor/string.m4	(revision 11)
+++ branches/1.0/processor/string.m4	(revision 100)
@@ -38,5 +38,5 @@
 		IFSTORE(`$1 = (STRTYPE *) xc_store_string_n(processor, ISTYPE, (char *) $2, `$3' IFASSERT(`, __LINE__'));')
 		IFRESTORE(`
-			ALLOC(`$1', `STRTYPE', `sizeof(STRTYPE) * ($3)')
+			ALLOC(`$1', `STRTYPE', `($3)')
 			memcpy($1, $2, sizeof(STRTYPE) * ($3));
 		')
