You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, since I'm defining assets by file, I'm locked by the 32 chars limit
ex: src/assets/logo/spritesmind_r.bmp -> "error src/assets/logo/spritesmind_r.bm not found"
of course, it produces long asset names but it's more useful than calling assets a, b, c, d because of the 32 char limits.
I patched my version with my_argv[CMD_OPT][128] and it works as expected, but I thought you'll perhaps want a better "fix" than that.
While input and output vars allow 128 chars, since argv is 32 bytes per item, input/output file could only be 32 chars
https://github.com/42Bastian/sprpck/blob/618233c8d5a6647721abda99ad10b2354627de3c/src/sprpck.c#L731C25-L731C27
The text was updated successfully, but these errors were encountered: