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

Diff for /mandoc/mdoc_validate.c between version 1.170 and 1.171

version 1.170, 2011/07/18 07:46:41 version 1.171, 2011/07/24 18:15:14
Line 2046  post_dt(POST_ARGS)
Line 2046  post_dt(POST_ARGS)
   
         if (NULL != (nn = n->child))          if (NULL != (nn = n->child))
                 for (p = nn->string; *p; p++) {                  for (p = nn->string; *p; p++) {
                         if (toupper((u_char)*p) == *p)                          if (toupper((unsigned char)*p) == *p)
                                 continue;                                  continue;
   
                         /*                          /*

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

CVSweb