From 5925ada9a9647ad2537e5864a1e98f4bce73b385 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 15 Aug 2015 15:44:07 -0400 Subject: [PATCH] 64 bit --- script.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.d b/script.d index ac96699..2cf8c65 100644 --- a/script.d +++ b/script.d @@ -605,7 +605,7 @@ class StringLiteralExpression : Expression { continue; } if(inEscape) { - lastPos = pos + 1; + lastPos = cast(int) pos + 1; inEscape = false; switch(c) { case 'n':