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

Diff for /mandoc/html.c between version 1.46 and 1.47

version 1.46, 2009/09/21 13:44:56 version 1.47, 2009/09/21 13:47:40
Line 424  html_alloc(char *outopts)
Line 424  html_alloc(char *outopts)
                 return(NULL);                  return(NULL);
         }          }
   
         while (*outopts)          while (outopts && *outopts)
                 switch (getsubopt(&outopts, toks, &v)) {                  switch (getsubopt(&outopts, toks, &v)) {
                 case (0):                  case (0):
                         h->style = v;                          h->style = v;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb