[BACK]Return to validate.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/validate.c between version 1.64 and 1.65

version 1.64, 2009/02/28 13:47:36 version 1.65, 2009/02/28 14:40:07
Line 491  check_text(struct mdoc *mdoc, int line, int pos, const
Line 491  check_text(struct mdoc *mdoc, int line, int pos, const
                         p += (int)c - 1;                          p += (int)c - 1;
                         continue;                          continue;
                 }                  }
                 return(mdoc_perr(mdoc, line, pos,                  return(mdoc_perr(mdoc, line, pos,
                                         "invalid escape sequence"));                                  "invalid escape sequence"));
         }          }
   
         return(1);          return(1);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb