Closed marnitto closed 9 years ago
This patch fix AXMLTemplate.bt parse error caused by PoolItemReader(). Previous template reports error when pool_item.special_string has null string(size=0).
PoolItemReader()
pool_item.special_string
Also I added FTell() at line 121, because 010 editor v5.0.2 ReadByte() expects 1 arguments.
FTell()
ReadByte()
Hope this helps!
Thanks for the contribution!
This patch fix AXMLTemplate.bt parse error caused by
PoolItemReader()
. Previous template reports error whenpool_item.special_string
has null string(size=0).Also I added
FTell()
at line 121, because 010 editor v5.0.2ReadByte()
expects 1 arguments.Hope this helps!