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

Diff for /docbook2mdoc/parse.c between version 1.26 and 1.27

version 1.26, 2019/04/09 01:39:09 version 1.27, 2019/04/09 12:23:34
Line 631  xml_attrval(struct parse *ps, const char *name)
Line 631  xml_attrval(struct parse *ps, const char *name)
                 perror(NULL);                  perror(NULL);
                 exit(1);                  exit(1);
         }          }
           ps->flags &= ~PFLAG_ATTR;
 }  }
   
 /*  /*

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb