hhyyrylainen / GodotPckTool

Standalone tool for extracting and creating Godot .pck files
MIT License
383 stars 31 forks source link

Looks like the printed file paths include unprintable characters #1

Closed hhyyrylainen closed 4 years ago

hhyyrylainen commented 4 years ago

Grep doesn't want to search the output, and on windows the listed paths include a null at the end. So on reading a pck file a trailing null should be stripped, and on write the string size + 1 characters should be printed to include the null.

hhyyrylainen commented 4 years ago

https://github.com/hhyyrylainen/GodotPckTool/commit/ab37dddb9fd0769ab70139b403425d555510e70f