View | Details | Raw Unified | Return to bug 104845
Collapse All | Expand All

(-)apprentice.c Thu Oct 26 11:34:31 2006 (+1 lines)
Lines 894-899 Link Here
894
               m->nospflag = 0;
894
               m->nospflag = 0;
895
       while ((m->desc[i++] = *l++) != '\0' && i < MAXDESC)
895
       while ((m->desc[i++] = *l++) != '\0' && i < MAXDESC)
896
               /* NULLBODY */;
896
               /* NULLBODY */;
897
       m->desc[MAXDESC - 1] = 0;
897
898
898
       if (ms->flags & MAGIC_CHECK) {
899
       if (ms->flags & MAGIC_CHECK) {
899
               if (!check_format(ms, m))
900
               if (!check_format(ms, m))

Return to bug 104845