diff options
| -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);  }  // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | 
