summaryrefslogtreecommitdiff
path: root/utils/6a/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/6a/lex.c')
-rw-r--r--utils/6a/lex.c2
1 files changed, 1 insertions, 1 deletions
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, "/?");
}
}