summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-06 13:11:41 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-06 13:11:41 +0100
commitaf0053c1e3fe0cf938b7ad0ac26058a18e7e2c44 (patch)
treec722ba826b457b87ef42b327f3f20c2cd7ef6164 /lib/Plugins/SQLite3.cpp
parentc8e9e69f96c2bd0b9248d6dfab91e2d27ab8e608 (diff)
downloadabrt-af0053c1e3fe0cf938b7ad0ac26058a18e7e2c44.tar.gz
abrt-af0053c1e3fe0cf938b7ad0ac26058a18e7e2c44.tar.xz
abrt-af0053c1e3fe0cf938b7ad0ac26058a18e7e2c44.zip
lib/Plugins/FileTransfer.cpp: another s/string&/char*/
text data bss dec hex filename 37324 2152 24 39500 9a4c libFileTransfer.so 33995 2112 24 36131 8d23 libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/SQLite3.cpp')
-rw-r--r--lib/Plugins/SQLite3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp
index dc035d30..d55c0a9e 100644
--- a/lib/Plugins/SQLite3.cpp
+++ b/lib/Plugins/SQLite3.cpp
@@ -325,7 +325,7 @@ void CSQLite3::Delete(const std::string& pUUID, const std::string& pUID)
void CSQLite3::SetReported(const std::string& pUUID, const std::string& pUID, const std::string& pMessage)
{
- if(pUID == "0")
+ if (pUID == "0")
{
Exec("UPDATE "ABRT_TABLE" "
"SET "DATABASE_COLUMN_REPORTED" = 1 "