[tracker] utils: Fix compiler warning in tracker-sql.c
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] utils: Fix compiler warning in tracker-sql.c
- Date: Mon, 21 Feb 2011 12:29:56 +0000 (UTC)
commit 385f3bb2da12766bb4840def28bae8869753c004
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Feb 21 13:29:32 2011 +0100
utils: Fix compiler warning in tracker-sql.c
utils/tracker-sql/tracker-sql.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/utils/tracker-sql/tracker-sql.c b/utils/tracker-sql/tracker-sql.c
index f7c0dee..db5416b 100644
--- a/utils/tracker-sql/tracker-sql.c
+++ b/utils/tracker-sql/tracker-sql.c
@@ -55,7 +55,7 @@ main (int argc, char **argv)
const gchar *error_message;
TrackerDBInterface *iface;
TrackerDBStatement *stmt;
- TrackerDBCursor *cursor;
+ TrackerDBCursor *cursor = NULL;
setlocale (LC_ALL, "");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]