You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Change pointers to 2 bytes
This commit is contained in:
@@ -195,7 +195,7 @@ class ToolsTOR(ToolsTales):
|
||||
for pointer in pointers_list:
|
||||
|
||||
theirsce.seek(int(pointer))
|
||||
theirsce.write( struct.pack("<L", new_value))
|
||||
theirsce.write( struct.pack("<H", new_value))
|
||||
|
||||
return theirsce
|
||||
|
||||
|
||||
Reference in New Issue
Block a user