diff dmd/expression/Util.d @ 174:af724d3510d7

lot os toCBuffer methods implemented moved shared Type.* stuff into Global
author korDen
date Sun, 10 Oct 2010 03:47:23 +0400
parents d237b38b5858
children cd48cb899aee
line wrap: on
line diff
--- a/dmd/expression/Util.d	Sun Oct 10 01:55:35 2010 +0400
+++ b/dmd/expression/Util.d	Sun Oct 10 03:47:23 2010 +0400
@@ -1831,7 +1831,7 @@
     if (r == value)			// if exact duplication
 	    buf.writestring(buffer);
     else
-	    buf.printf("%La", value);	// ensure exact duplication
+	    buf.printf("%s", value);	// ensure exact duplication /// !
 
     if (type)
     {