mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 04:49:26 +02:00
* missing getdir -> do_getdir rename for r24993
git-svn-id: branches/cpstrrtl@25046 -
This commit is contained in:
parent
ab9036ecbf
commit
893a9a57c6
@ -81,10 +81,10 @@ begin
|
||||
exit;
|
||||
end;
|
||||
{ do the normal dos chdir }
|
||||
DosDir($3b,s,len);
|
||||
DosDir($3b,s);
|
||||
end;
|
||||
|
||||
procedure GetDir (DriveNr: byte; var Dir: RawByteString);
|
||||
procedure do_GetDir (DriveNr: byte; var Dir: RawByteString);
|
||||
var
|
||||
temp : array[0..260] of char;
|
||||
i : longint;
|
||||
|
Loading…
Reference in New Issue
Block a user