[tracker/journal-compression: 7/8] Squash



commit 819ec845ee09fa3f97a04bf8d4d2561cbb4056c2
Author: Philip Van Hoof <philip codeminded be>
Date:   Wed May 12 13:53:32 2010 +0200

    Squash

 src/libtracker-db/tracker-db-journal.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-db/tracker-db-journal.c b/src/libtracker-db/tracker-db-journal.c
index e84e7e2..8b95ba0 100644
--- a/src/libtracker-db/tracker-db-journal.c
+++ b/src/libtracker-db/tracker-db-journal.c
@@ -103,10 +103,10 @@ static struct {
 	gsize chunk_size;
 	gboolean do_rotating;
 	gchar *rotate_to;
-} rotating_settings;
+} rotating_settings = {0};
 
-static JournalReader reader;
-static JournalWriter writer;
+static JournalReader reader = {0};
+static JournalWriter writer = {0};
 
 static gboolean tracker_db_journal_rotate (void);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]