Fix use function as source for load call.

This commit is contained in:
Enyby
2019-08-05 04:07:09 +03:00
parent 5f52729fc9
commit 6d2deb4cb6

View File

@@ -478,7 +478,7 @@ public class BaseLib extends TwoArgFunction implements ResourceFinder {
return -1; return -1;
} }
--remaining; --remaining;
return bytes[offset++]; return 0xFF&bytes[offset++];
} }
} }
} }