projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4602291
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 19 Jul 2001 01:45:02 +0000
(
01:45
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 19 Jul 2001 01:45:02 +0000
(
01:45
+0000)
v7/src/microcode/os2fs.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os2fs.c
b/v7/src/microcode/os2fs.c
index 404868adaa8b310b15e0932b632f0c5e6b6ca35f..fb1bf9f4d13304aa7f19c2cb2d031a5cdb380b6b 100644
(file)
--- a/
v7/src/microcode/os2fs.c
+++ b/
v7/src/microcode/os2fs.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: os2fs.c,v 1.1
3 2001/05/09 03:1
5:02 cph Exp $
+$Id: os2fs.c,v 1.1
4 2001/07/19 01:4
5:02 cph Exp $
Copyright (c) 1994-2001 Massachusetts Institute of Technology
@@
-110,7
+110,7
@@
OS_file_existence_test_direct (const char * filename)
enum file_type
OS_file_type_direct (const char * filename)
{
- FILESTATUS3 * info = (OS2_read_file_status (
STRING_ARG (1)
));
+ FILESTATUS3 * info = (OS2_read_file_status (
filename
));
return
((info == 0)
? file_type_nonexistent