deeptagger: flush batches
All checks were successful
Alpine 3.20 Success
Debian Bookworm Success

So that crashes do not disturb the output as much.
This commit is contained in:
Přemysl Eric Janouch 2024-12-14 22:56:26 +01:00
parent 2c09745a9f
commit 537b48dc22
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -315,6 +315,7 @@ run(std::vector<Magick::Image> &images, const Config &config,
}
}
}
fflush(stdout);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -