1
0

Implement PRGNAME$

This commit is contained in:
otya128
2016-12-28 16:27:49 +09:00
parent 5505d7c9f0
commit 88c015c34f
4 changed files with 23 additions and 9 deletions

View File

@@ -1093,7 +1093,7 @@ class PetitComputer
nodirectmode = true;
if (nodirectmode)
{
program.slot[0].load(readText(inputfile).to!wstring);
program.slot[0].load(inputfile.to!wstring, readText(inputfile).to!wstring);
runSlot(0);
}
else