fix pstring macbugs names

This commit is contained in:
Kelvin Sherlock 2013-09-01 22:26:31 -04:00
parent d275c389e6
commit d0bc67e9d5

View File

@ -438,7 +438,7 @@ namespace Loader {
++pc;
if (length == 0)
length = memory[++pc];
length = memory[pc++];
s.assign((const char *)memory + pc, length);