summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-06 22:12:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-06 22:12:57 +0000
commit22ba0d91505b1c3245e482c527e0454ed0cc0919 (patch)
tree2388f94cf5625b70c117f01d57f61f9ac8e9f7f4 /tools
parentResolves: rhbz#666088 clean up search cache singleton in correct order (diff)
downloadcore-22ba0d91505b1c3245e482c527e0454ed0cc0919.tar.gz
core-22ba0d91505b1c3245e482c527e0454ed0cc0919.zip
flush stdout before returning from main in case _exit hack is operational
Diffstat (limited to 'tools')
-rw-r--r--tools/source/reversemap/bestreversemap.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/reversemap/bestreversemap.cxx b/tools/source/reversemap/bestreversemap.cxx
index d7924cda2cbb..693ea6869d55 100644
--- a/tools/source/reversemap/bestreversemap.cxx
+++ b/tools/source/reversemap/bestreversemap.cxx
@@ -164,6 +164,7 @@ SAL_IMPLEMENT_MAIN()
}
printf("}\n");
+ fflush(stdout);
return EXIT_SUCCESS;
}