fixed bug with reading from standard input

This commit is contained in:
ceriel 1990-11-02 14:44:37 +00:00
parent 1136d63929
commit 925b8a76ed

View file

@ -74,7 +74,7 @@ compile(argc, argv)
break; break;
case 0: case 0:
FileName = ""; FileName = "";
WorkingDir = 0; WorkingDir = "";
break; break;
default: default:
FileName = argv[0]; FileName = argv[0];