[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.158 and 1.159

version 1.158, 2011/03/07 01:35:51 version 1.159, 2011/03/15 16:23:51
Line 2127  post_bx(POST_ARGS)
Line 2127  post_bx(POST_ARGS)
   
         n = mdoc->last->child;          n = mdoc->last->child;
         if (n && NULL != (n = n->next))          if (n && NULL != (n = n->next))
                 *n->string = toupper((unsigned char)*n->string);                  *n->string = (char)toupper
                           ((unsigned char)*n->string);
   
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159

CVSweb