[BACK]Return to roff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff.c between version 1.60 and 1.61

version 1.60, 2013/12/15 21:18:00 version 1.61, 2013/12/25 00:50:03
Line 1729 
Line 1729 
   
         /*          /*
          * Collect pointers to macro argument strings           * Collect pointers to macro argument strings
          * and null-terminate them.           * and NUL-terminate them.
          */           */
         cp = *bufp + pos;          cp = *bufp + pos;
         for (i = 0; i < 9; i++)          for (i = 0; i < 9; i++)

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61