uhhh wait a minute

This commit is contained in:
2025-02-18 01:23:33 -06:00
parent c56cbd741b
commit a18368acd2

2
main.c
View File

@@ -319,7 +319,7 @@ int main(const int argc, char *argv[]) {
}
fclose(partlist);
if (opt.d) {
if (!opt.d) {
// Pass on images to COMPIMG
printf("Encoding texture file...\n");
char* command = (char*)malloc((54 + 3 * abs(1-opt.o) + strlen(filename))*sizeof(char)); // MSVC