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

Diff for /pod2mdoc/pod2mdoc.c between version 1.23 and 1.24

version 1.23, 2014/04/07 11:46:03 version 1.24, 2014/04/07 11:58:35
Line 460  formatcode(struct state *st, const char *buf, size_t *
Line 460  formatcode(struct state *st, const char *buf, size_t *
                         (*start) += dsz;                          (*start) += dsz;
                         break;                          break;
                 }                  }
                   if (*start < end) {
                           assert('>' == buf[*start]);
                           (*start)++;
                   }
                   if (isspace(last))
                           while (*start < end && isspace((int)buf[*start]))
                                   (*start)++;
                 return(0);                  return(0);
         }          }
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb