fixed bug with reading from standard input
This commit is contained in:
parent
ddb632ac13
commit
3d748f5273
@ -74,7 +74,7 @@ compile(argc, argv)
|
||||
break;
|
||||
case 0:
|
||||
FileName = "";
|
||||
WorkingDir = 0;
|
||||
WorkingDir = "";
|
||||
break;
|
||||
default:
|
||||
FileName = argv[0];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user