fixed bug with reading from standard input

This commit is contained in:
eck 1990-11-01 11:09:09 +00:00
parent b3fdd76177
commit 7dffd9af9a

View File

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