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

Diff for /mandoc/roff.c between version 1.160 and 1.161

version 1.160, 2011/07/27 14:23:27 version 1.161, 2011/07/27 14:58:28
Line 496  again:
Line 496  again:
   
                 /* Replace the escape sequence by the string. */                  /* Replace the escape sequence by the string. */
   
                 pos += (stesc - *bufp);                  pos = stesc - *bufp;
   
                 nsz = *szp + strlen(res) + 1;                  nsz = *szp + strlen(res) + 1;
                 n = mandoc_malloc(nsz);                  n = mandoc_malloc(nsz);

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

CVSweb