summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-25 11:55:21 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-25 11:55:21 +0100
commit52d6f2187ae41f573603e9f41ade082826b3c8b6 (patch)
treec18b47bf4a048e8f68d793994f303b909558f0e2 /lib
parenta598e2afc6de0f19f24d9fa95e04185bd16a202a (diff)
downloadabrt-52d6f2187ae41f573603e9f41ade082826b3c8b6.tar.gz
abrt-52d6f2187ae41f573603e9f41ade082826b3c8b6.tar.xz
abrt-52d6f2187ae41f573603e9f41ade082826b3c8b6.zip
changed table's name
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/SQLite3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp
index 6553fda0..f272bf55 100644
--- a/lib/Plugins/SQLite3.cpp
+++ b/lib/Plugins/SQLite3.cpp
@@ -26,7 +26,7 @@
#include <iostream>
-#define TABLE_NAME "CrashCatcher"
+#define TABLE_NAME "crash_catcher"
CSQLite3::CSQLite3() :
m_sDBPath("/tmp/CCDB"),
@@ -93,7 +93,7 @@ void CSQLite3::GetTable(const std::string& pCommand, vector_database_rows_t& pTa
}
}
pTable.push_back(row);
-
+
}
sqlite3_free_table(table);
}