Fix typo causing images to break

This commit is contained in:
Jacob 2023-07-19 01:58:56 +02:00
parent b812702115
commit b36e2c0bd4

View file

@ -47,7 +47,7 @@ void readstdin(void) {
} }
#if USEIMAGE #if USEIMAGE
if (oneitem) { if (!oneitem) {
img.longestedge = img.imagegaps = 0; img.longestedge = img.imagegaps = 0;
} }
#endif #endif