tahoma2d/toonz/sources/image/tzl
Campbell Barton 4e9ecfd38b Fix crash reading level (TLZ) file (#637)
- double fclose call
  (readVersion closed the file, however this is already closed when the class is freed)

- buffer overrun reading a char pointer which isn't NULL terminated.
  use memcmp instead.
2016-07-14 20:52:12 +09:00
..
tiio_tzl.cpp Fix crash reading level (TLZ) file (#637) 2016-07-14 20:52:12 +09:00
tiio_tzl.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00