diff options
| author | Brian Feldman <green@FreeBSD.org> | 2002-03-11 22:36:45 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2002-03-11 22:36:45 +0000 |
| commit | de0a8799ad71b4dc9e2f776758e822a7358ddbb6 (patch) | |
| tree | 75e3d16b5bf51aadb64ae4e9630dd4991ab6f81a | |
| parent | 4d22b11a56999255d263ddecadfbe73b9a80030d (diff) | |
Notes
| -rw-r--r-- | lib/libz/minigzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/minigzip.c b/lib/libz/minigzip.c index 888d844dbd1f..bed484f51b6b 100644 --- a/lib/libz/minigzip.c +++ b/lib/libz/minigzip.c @@ -202,7 +202,7 @@ void file_compress(file, mode) gzFile out; if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) { - fprintf(stderr, "%s: nilename too long\n", prog); + fprintf(stderr, "%s: filename too long\n", prog); exit(1); } |
