mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* fixed for unix
This commit is contained in:
parent
353d5cc3de
commit
b5d6262fb9
@ -258,7 +258,7 @@ begin
|
||||
GetDir (0, CurDir);
|
||||
{$IFDEF NODRIVEC}
|
||||
{$IFDEF UNIX}
|
||||
CDir = CurDir;
|
||||
CDir := CurDir;
|
||||
{$ELSE UNIX}
|
||||
CDir := 'C:';
|
||||
{$ENDIF UNIX}
|
||||
@ -477,7 +477,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2004-12-05 14:16:59 hajny
|
||||
Revision 1.8 2004-12-05 16:24:18 jonas
|
||||
* fixed for unix
|
||||
|
||||
Revision 1.7 2004/12/05 14:16:59 hajny
|
||||
* popuperr instead of win32err, additional checks (mostly support for more platforms)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user