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

Diff for /mandoc/mandoc.c between version 1.24 and 1.25

version 1.24, 2010/07/18 22:55:06 version 1.25, 2010/07/21 20:35:03
Line 314  mandoc_eos(const char *p, size_t sz, int enclosed)
Line 314  mandoc_eos(const char *p, size_t sz, int enclosed)
          */           */
   
         found = 0;          found = 0;
         for (q = p + sz - 1; q >= p; q--) {          for (q = p + (int)sz - 1; q >= p; q--) {
                 switch (*q) {                  switch (*q) {
                 case ('\"'):                  case ('\"'):
                         /* FALLTHROUGH */                          /* FALLTHROUGH */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb