Procházet zdrojové kódy

* fixed wii compilation after r24993

git-svn-id: branches/cpstrrtl@25047 -
Jonas Maebe před 12 roky
rodič
revize
e26210f448
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      rtl/wii/sysdir.inc

+ 1 - 1
rtl/wii/sysdir.inc

@@ -46,7 +46,7 @@ begin
   { TODO: convert callback to use rawbytestring to avoid conversion }
   if FileIODevice.DirIO.DoGetdir <> nil then
     begin
-      FileIODevice.DirIO.DoGetdir(DriveNr, Dir);
+      FileIODevice.DirIO.DoGetdir(DriveNr, TmpDir);
       Dir:=TmpDir;
       SetCodePage(Dir,DefaultFileSystemCodePage,false);
     end;