mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
fix healing revision op_tokenize (#536)
This commit is contained in:
@@ -313,7 +313,7 @@ void opTokenize(Program* program)
|
||||
}
|
||||
|
||||
temp = (char*)internal_calloc_safe(1, length + 1, __FILE__, __LINE__); // "..\\int\\INTLIB.C, 230
|
||||
strncpy(temp, start, length);
|
||||
strncpy(temp, start + 1, length);
|
||||
programStackPushString(program, temp);
|
||||
} else {
|
||||
programStackPushInteger(program, 0);
|
||||
|
||||
Reference in New Issue
Block a user