mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Bugfix file:read not reading anything without args
This commit is contained in:
parent
eb58bdda14
commit
9ed2cc1687
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ public class FileHandle : IComponent
|
||||||
if (nargs == 0)
|
if (nargs == 0)
|
||||||
{
|
{
|
||||||
L.PushString("l");
|
L.PushString("l");
|
||||||
|
nargs = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 2; i <= nargs + 1; i++)
|
for (int i = 2; i <= nargs + 1; i++)
|
||||||
|
|
Loading…
Reference in a new issue