ups. zero based so an off by one.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 31 Jul 2011 16:49:56 +0000 (16:49 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:45:05 +0000 (21:45 +0000)
webcit/messages.c

index 560e031f425022bec7dc0e2251cff59a08d03a7f..ac363f55a7848cda735488e99a7c72f0834418c9 100644 (file)
@@ -1405,7 +1405,7 @@ void display_enter(void)
                        {
                                long which = 0;
                                if ((StrLength(Line) > 4) && 
-                                   (ChrPtr(Line)[5] == '='))
+                                   (ChrPtr(Line)[4] == '='))
                                        which = FourHash(ChrPtr(Line), 4);
 
                                if (which == l_subj)