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

Diff for /texi2mdoc/main.c between version 1.50 and 1.51

version 1.50, 2015/02/26 10:41:30 version 1.51, 2015/02/27 19:28:55
Line 728  doverb(struct texi *p, enum texicmd cmd, size_t *pos)
Line 728  doverb(struct texi *p, enum texicmd cmd, size_t *pos)
                         break;                          break;
                 advance(p, pos);                  advance(p, pos);
         }          }
         if (*pos == BUFSZ(p) - 1)          if (*pos >= BUFSZ(p) - 1)
                 return;                  return;
         texiputbuf(p, start, *pos);          texiputbuf(p, start, *pos);
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb