diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-05-03 14:39:14 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-05-03 14:39:14 -0400 |
commit | c49bc4e6877f8deb11b3758a5ce52a1ee7a43d19 (patch) | |
tree | 3e0036d5b7450768aed64a002bf0aa5c8c61bb2a | |
parent | d733a671db441dc6ced875a860f9ba355c694680 (diff) |
Style fix
-rw-r--r-- | telepathy-logger/log-store-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |