mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-24 19:50:25 +00:00
Compare commits
1 Commits
maiko-2109
...
maiko-2109
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1545e4ccc |
@@ -2502,8 +2502,8 @@ int true_name(register char *path)
|
|||||||
#ifdef DOS
|
#ifdef DOS
|
||||||
char drive[1];
|
char drive[1];
|
||||||
#endif
|
#endif
|
||||||
register char *sp, *cp;
|
register char c, *sp, *cp;
|
||||||
register int type, c;
|
register int type;
|
||||||
|
|
||||||
if (strcmp(path, "/") == 0) return (-1);
|
if (strcmp(path, "/") == 0) return (-1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user