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

Diff for /src/usr.bin/fmt/fmt.c between version 1.7 and 1.8

version 1.7, 1997/09/23 11:54:00 version 1.8, 1997/10/01 15:31:03
Line 372 
Line 372 
                  */                   */
                 while (*cp && *cp != ' ') {                  while (*cp && *cp != ' ') {
                         if (*cp == '\\' && isspace(cp[1]))                          if (*cp == '\\' && isspace(cp[1]))
                                 *cp2++ = *cp++;                                  *cp2++ = *cp++, wordl++;
                         *cp2++ = *cp++;                          *cp2++ = *cp++;
                         wordl++;/* LIZ@UOM 6/18/85 */                          wordl++;/* LIZ@UOM 6/18/85 */
                 }                  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8