diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-30 13:22:56 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-30 13:22:56 +0100 |
| commit | 995bb1352eb5a461047d0acfc5f9648270c9b446 (patch) | |
| tree | 10d5ba51f4408d445469ff25fecdc5f2cf1f4549 /lib/Plugins/CCpp.cpp | |
| parent | 06671bee8dbf4c5f7f633e3bd6ae7e5135cac0f1 (diff) | |
| download | abrt-995bb1352eb5a461047d0acfc5f9648270c9b446.tar.gz abrt-995bb1352eb5a461047d0acfc5f9648270c9b446.tar.xz abrt-995bb1352eb5a461047d0acfc5f9648270c9b446.zip | |
Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/CCpp.cpp')
| -rw-r--r-- | lib/Plugins/CCpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 89e9c5c..4eacdd2 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -828,7 +828,7 @@ void CAnalyzerCCpp::CreateReport(const std::string& pDebugDumpDir, int force) { dd.SaveText(FILENAME_MEMORYMAP, "memory map of the crashed C/C++ application, not implemented yet"); } - std::string rating = ssprintf("%d\n", rate_backtrace(backtrace)); + std::string rating = ssprintf("%d", rate_backtrace(backtrace)); dd.SaveText(FILENAME_RATING, rating); dd.Close(); } |
