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

Diff for /src/usr.bin/mg/paragraph.c between version 1.20 and 1.21

version 1.20, 2011/11/28 05:04:17 version 1.21, 2011/11/28 23:37:32
Line 175 
Line 175 
                                 wbuf[wordlen++] = c;                                  wbuf[wordlen++] = c;
                         else {                          else {
                                 /*                                  /*
                                  * You loose chars beyond MAXWORD if the word                                   * You lose chars beyond MAXWORD if the word
                                  * is to long. I'm to lazy to fix it now; it                                   * is too long. I'm too lazy to fix it now; it
                                  * just silently truncated the word before,                                   * just silently truncated the word before,
                                  * so I get to feel smug.                                   * so I get to feel smug.
                                  */                                   */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21