From dc9c883dda2f7f50d9ee9e64caaaca66aaf74c6d Mon Sep 17 00:00:00 2001 From: joost Date: Tue, 6 Oct 2015 15:23:41 +0000 Subject: [PATCH] --- Merging (from foreign repository) r31847 into '.': U compiler/pexpr.pas # revisions: 31847 git-svn-id: branches/fixes_3_0@31962 - --- compiler/pexpr.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pexpr.pas b/compiler/pexpr.pas index 248ef75748..6baea481d5 100644 --- a/compiler/pexpr.pas +++ b/compiler/pexpr.pas @@ -131,7 +131,7 @@ implementation if m_default_unicodestring in current_settings.modeswitches then def:=cunicodestringtype else - def:=getansistringdef + def:=cansistringtype end else def:=cshortstringtype;