ups. zero based so an off by one.
[citadel.git] / 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)