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