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

Diff for /src/usr.bin/deroff/deroff.c between version 1.15 and 1.16

version 1.15, 2016/09/04 15:29:21 version 1.16, 2023/02/17 18:00:35
Line 984 
Line 984 
                  */                   */
                 if (((np - cp) > constant) &&                  if (((np - cp) > constant) &&
                     (inquote || (chars[(unsigned char)cp[0]] == LETTER))) {                      (inquote || (chars[(unsigned char)cp[0]] == LETTER))) {
                         for (cp = cp; cp < np; cp++)                          for (; cp < np; cp++)
                                 putchar(*cp);                                  putchar(*cp);
                         last = np[-1];                          last = np[-1];
                         found++;                          found++;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16