diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-09 03:00:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-09 03:00:04 -0500 |
commit | 2a786b2632ff4fe945cb5826f7a378778caf72eb (patch) | |
tree | dc9ae455c293e2362034f81eb872eccf5435992f /src/LYCgi.c | |
parent | d31fb3c41be5d6e079d415087eda3c03cc34bcdb (diff) | |
download | lynx-snapshots-2a786b2632ff4fe945cb5826f7a378778caf72eb.tar.gz |
snapshot of project "lynx", label v2-8-4dev_17
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r-- | src/LYCgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c index d8b70d88..cbd8ed05 100644 --- a/src/LYCgi.c +++ b/src/LYCgi.c @@ -198,7 +198,7 @@ PRIVATE int LYLoadCGI ARGS4( while (statrv < 0 || (statrv = stat(pgm_buff, &stat_buf)) < 0) { if ((cp=strrchr(pgm_buff, '/')) != NULL) { *cp = '\0'; - statrv = 999; /* force new stat() - kw */ + statrv = 1; /* force new stat() - kw */ } else { PERROR("strrchr(pgm_buff, '/') returned NULL"); break; |