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

Diff for /pod2mdoc/pod2mdoc.c between version 1.51 and 1.52

version 1.51, 2015/02/19 11:09:44 version 1.52, 2015/02/19 11:14:27
Line 1428  ordinary(struct state *st, const char *buf, size_t sta
Line 1428  ordinary(struct state *st, const char *buf, size_t sta
                         if ( ! isspace(last))                          if ( ! isspace(last))
                                 outbuf_addchar(st);                                  outbuf_addchar(st);
                         if (start < end &&                          if (start < end &&
                               ! isspace((unsigned char)buf[start - 1]) &&
                             ! isspace((unsigned char)buf[start]))                              ! isspace((unsigned char)buf[start]))
                                 continue;                                  continue;
   

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

CVSweb