From c49bc4e6877f8deb11b3758a5ce52a1ee7a43d19 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 3 May 2011 14:39:14 -0400 Subject: Style fix --- telepathy-logger/log-store-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c index b2067d4..b04eb6d 100644 --- a/telepathy-logger/log-store-xml.c +++ b/telepathy-logger/log-store-xml.c @@ -313,7 +313,7 @@ log_store_xml_get_dir (TplLogStoreXml *self, escaped_account = log_store_account_to_dirname (account); - if (target) + if (target != NULL) { /* FIXME This may be source of bug (does that case still exist ?) * avoid that 1-1 conversation generated from a chatroom, having id similar -- cgit v1.2.1