diff options
Diffstat (limited to 'mac/src/chdir.c')
-rw-r--r-- | mac/src/chdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/src/chdir.c b/mac/src/chdir.c index 987df2008bf..cfa77c8c44c 100644 --- a/mac/src/chdir.c +++ b/mac/src/chdir.c @@ -33,7 +33,7 @@ int chdir(const char *path) strcpy(mypath, path); c2pstr(mypath); - + wdpb.ioNamePtr = mypath; wdpb.ioVRefNum = 0; wdpb.ioWDDirID = 0; |