Fix parent (27c42ee4b6f0) :-/
authorMikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 20:41:04 +0200
changeset 1865 e9773bd9dd2e
parent 1864 27c42ee4b6f0
child 1866 e45d13074721
Fix parent (27c42ee4b6f0) :-/
mcabber/mcabber/histolog.c
--- a/mcabber/mcabber/histolog.c	Sat Apr 03 20:39:06 2010 +0200
+++ b/mcabber/mcabber/histolog.c	Sat Apr 03 20:41:04 2010 +0200
@@ -55,7 +55,7 @@
     return NULL;
 
   if (!g_strcmp0(bjid, ".") || !g_strcmp0(bjid, "..") ||
-      strchr(bjid, "/"))
+      strchr(bjid, '/'))
     return NULL;
 
   lowerid = g_strdup(bjid);