Browse Source

* fixed setting of widestringmanager
--Ths line, and those below, will be ignored--

M rtl/unix/cwstring.pp

git-svn-id: trunk@790 -

florian 20 years ago
parent
commit
e473858821
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/unix/cwstring.pp

+ 1 - 0
rtl/unix/cwstring.pp

@@ -218,6 +218,7 @@ Var
 Procedure SetCWideStringManager;
 
 begin
+  CWideStringManager:=widestringmanager;
   With CWideStringManager do
     begin
       Wide2AnsiMoveProc:=@Wide2AnsiMove;