diff dmd/PragmaDeclaration.d @ 116:352a5164f692

small bugfixes
author Trass3r
date Thu, 02 Sep 2010 02:49:29 +0200
parents e28b18c23469
children 60bb0fe4563e
line wrap: on
line diff
--- a/dmd/PragmaDeclaration.d	Thu Sep 02 01:29:29 2010 +0200
+++ b/dmd/PragmaDeclaration.d	Thu Sep 02 02:49:29 2010 +0200
@@ -61,7 +61,7 @@
 					if (e.op == TOKstring)
 					{
 						auto se = cast(StringExp)e;
-						writef("%s", se.toChars()[1..$-3] /*se.len, cast(char*)se.string_*/);
+						writef("%s", se.toChars()[1..$-2] /*se.len, cast(char*)se.string_*/);
 					}
 					else
 						writef(e.toChars());