mcabber/src/histolog.c
changeset 183 c658c131ea10
parent 178 cfefae4b6de9
child 184 b5aa2b9c425a
--- a/mcabber/src/histolog.c	Thu May 05 14:34:14 2005 +0000
+++ b/mcabber/src/histolog.c	Thu May 05 15:01:48 2005 +0000
@@ -141,7 +141,7 @@
     
     // Some checks
     if (((type == 'M') && (info != 'S' && info != 'R')) ||
-        ((type == 'I') && (!strchr("oaifdcn", info)))) {
+        ((type == 'I') && (!strchr("OAIFDCN", info)))) {
       scr_LogPrint("Error in history file format");
       break;
     }