summaryrefslogtreecommitdiff
path: root/utils/ka
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ka')
-rw-r--r--utils/ka/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ka/lex.c b/utils/ka/lex.c
index 39c8b507..1abf9c4a 100644
--- a/utils/ka/lex.c
+++ b/utils/ka/lex.c
@@ -483,7 +483,7 @@ cinit(void)
if(mygetwd(pathname, 99) == 0) {
pathname = allocn(pathname, 100, 900);
if(mygetwd(pathname, 999) == 0)
- strcpy(pathname, "/???");
+ strcpy(pathname, "/?");
}
}