From: ceriel Date: Fri, 2 Nov 1990 14:44:37 +0000 (+0000) Subject: fixed bug with reading from standard input X-Git-Tag: release-5-5~1446 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=925b8a76ed56f89aae2a597042c573eec08e385b;p=ack.git fixed bug with reading from standard input --- diff --git a/util/cpp/main.c b/util/cpp/main.c index 63cfe9d50..db0e3dbdd 100644 --- a/util/cpp/main.c +++ b/util/cpp/main.c @@ -74,7 +74,7 @@ compile(argc, argv) break; case 0: FileName = ""; - WorkingDir = 0; + WorkingDir = ""; break; default: FileName = argv[0];