diff options
Diffstat (limited to 'utils/6a')
| -rw-r--r-- | utils/6a/README | 1 | ||||
| -rw-r--r-- | utils/6a/lex.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/utils/6a/README b/utils/6a/README deleted file mode 100644 index 602f5378..00000000 --- a/utils/6a/README +++ /dev/null @@ -1 +0,0 @@ -this is an intermediate version not yet ready for use diff --git a/utils/6a/lex.c b/utils/6a/lex.c index bd836040..3d901415 100644 --- a/utils/6a/lex.c +++ b/utils/6a/lex.c @@ -1011,7 +1011,7 @@ cinit(void) if(mygetwd(pathname, 99) == 0) { pathname = allocn(pathname, 100, 900); if(mygetwd(pathname, 999) == 0) - strcpy(pathname, "/???"); + strcpy(pathname, "/?"); } } |
