mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-20 09:31:46 +00:00
fix pstring macbugs names
This commit is contained in:
parent
d275c389e6
commit
d0bc67e9d5
@ -438,7 +438,7 @@ namespace Loader {
|
||||
++pc;
|
||||
|
||||
if (length == 0)
|
||||
length = memory[++pc];
|
||||
length = memory[pc++];
|
||||
|
||||
s.assign((const char *)memory + pc, length);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user