diff options
Diffstat (limited to 'utils/qa/lex.c')
| -rw-r--r-- | utils/qa/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/qa/lex.c b/utils/qa/lex.c index 5f1dd202..afa3a708 100644 --- a/utils/qa/lex.c +++ b/utils/qa/lex.c @@ -679,7 +679,7 @@ cinit(void) if(mygetwd(pathname, 99) == 0) { ALLOCN(pathname, 100, 900); if(mygetwd(pathname, 999) == 0) - strcpy(pathname, "/???"); + strcpy(pathname, "/?"); } } |
