Browse Source

+ call initvariantmanager on msdos system unit startup

git-svn-id: branches/i8086@24075 -
nickysn 12 years ago
parent
commit
bbcd3506b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/msdos/system.pp

+ 1 - 0
rtl/msdos/system.pp

@@ -217,4 +217,5 @@ begin
    AllFilesMask := '*.*';
 { Reset IO Error }
   InOutRes:=0;
+  initvariantmanager;
 end.