diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-14 22:56:26 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-14 22:56:26 +0100 |
commit | 537b48dc221ea5d375ac8f61603787bac49efc3c (patch) | |
tree | 217aae38c48c5d2aa02f6d686bc7997c6113666f /deeptagger | |
parent | 2c09745a9fea90b9802ff216ba0f78486c59de58 (diff) | |
download | gallery-537b48dc221ea5d375ac8f61603787bac49efc3c.tar.gz gallery-537b48dc221ea5d375ac8f61603787bac49efc3c.tar.xz gallery-537b48dc221ea5d375ac8f61603787bac49efc3c.zip |
deeptagger: flush batches
So that crashes do not disturb the output as much.
Diffstat (limited to 'deeptagger')
-rw-r--r-- | deeptagger/deeptagger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deeptagger/deeptagger.cpp b/deeptagger/deeptagger.cpp index 729eeac..4911b8d 100644 --- a/deeptagger/deeptagger.cpp +++ b/deeptagger/deeptagger.cpp @@ -315,6 +315,7 @@ run(std::vector<Magick::Image> &images, const Config &config, } } } + fflush(stdout); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |