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