summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appl/cmd/gunzip.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/gunzip.b b/appl/cmd/gunzip.b
index 6cb9eaf8..06ccd4a5 100644
--- a/appl/cmd/gunzip.b
+++ b/appl/cmd/gunzip.b
@@ -34,7 +34,7 @@ init(nil: ref Draw->Context, argv: list of string)
if (bufio == nil)
fatal(sys->sprint("cannot load %s: %r", Bufio->PATH));
str = load String String->PATH;
- if (bufio == nil)
+ if (str == nil)
fatal(sys->sprint("cannot load %s: %r", String->PATH));
inflate = load Filter INFLATEPATH;
if (inflate == nil)