Pārlūkot izejas kodu

--- Merging (from foreign repository) r31847 into '.':
U compiler/pexpr.pas

# revisions: 31847

git-svn-id: branches/fixes_3_0@31962 -

joost 9 gadi atpakaļ
vecāks
revīzija
dc9c883dda
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/pexpr.pas

+ 1 - 1
compiler/pexpr.pas

@@ -131,7 +131,7 @@ implementation
                   if m_default_unicodestring in current_settings.modeswitches then
                   if m_default_unicodestring in current_settings.modeswitches then
                     def:=cunicodestringtype
                     def:=cunicodestringtype
                   else
                   else
-                    def:=getansistringdef
+                    def:=cansistringtype
                 end
                 end
               else
               else
                 def:=cshortstringtype;
                 def:=cshortstringtype;