fixed bug with reading from standard input
authoreck <none@none>
Thu, 1 Nov 1990 11:09:09 +0000 (11:09 +0000)
committereck <none@none>
Thu, 1 Nov 1990 11:09:09 +0000 (11:09 +0000)
lang/cem/cpp.ansi/main.c

index 9f7c151..1031b1a 100644 (file)
@@ -75,7 +75,7 @@ compile(argc, argv)
                break;
        case 0:
                FileName = "";
-               WorkingDir = 0;
+               WorkingDir = "";
                break;
        default:
                FileName = argv[0];