Nestedproc disable to fix listing buf caused by FPC bug

This commit is contained in:
mysticbbs 2012-07-24 16:29:00 -04:00
parent 429c1e564b
commit 2d67b42fa6
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
Unit bbs_FileBase;
{$I M_OPS.PAS}
{$MODESWITCH NESTEDPROCVARS-}
Interface
@ -1548,7 +1549,7 @@ Begin
End;
End;
Function TFileBase.ListFiles (Mode : Byte; Data : String) : Byte;
Function TFileBase.ListFiles (Mode: Byte; Data : String) : Byte;
Var
ListType : Byte; { 0 = ascii, 1 = ansi }
DataFile : File;