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

Diff for /texi2mdoc/util.c between version 1.5 and 1.6

version 1.5, 2015/02/21 21:49:18 version 1.6, 2015/02/21 22:01:32
Line 778  parsefile(struct texi *p, const char *fname, int parse
Line 778  parsefile(struct texi *p, const char *fname, int parse
         size_t           i;          size_t           i;
   
         if (64 == p->filepos)          if (64 == p->filepos)
                 texiabort(p, "too many open files");                  texierr(p, "too many open files");
         f = &p->files[p->filepos];          f = &p->files[p->filepos];
         memset(f, 0, sizeof(struct texifile));          memset(f, 0, sizeof(struct texifile));
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb