mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-05 20:07:30 +00:00
5fbdbaa3bc
sizeof(const char*) returns the pointer size and not the string size, and 'texture:' happend to be 8 characters long, which is the same as a 64-bit pointer but not a 32-bit pointer. Reported by: Stan Differential Revision: https://code.wildfiregames.com/D3947 This was SVN commit r25415.