diff options
Diffstat (limited to 'executor.cpp')
-rw-r--r-- | executor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/executor.cpp b/executor.cpp index 61c58ef..016ac57 100644 --- a/executor.cpp +++ b/executor.cpp @@ -545,7 +545,6 @@ void executor::result_report(std::string& out) if(iTotalRes == 0) { out.append("You haven't found any results yet.\n"); - fputs(out.c_str(), stdout); return; } |