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

Diff for /src/usr.bin/write/write.c between version 1.5 and 1.6

version 1.5, 1996/08/26 10:22:11 version 1.6, 1996/08/26 10:28:20
Line 310 
Line 310 
                         PUTC('\n');                          PUTC('\n');
                         continue;                          continue;
                 }                  }
                 vis(visout, c, VIS_SAFE, s[1]);                  vis(visout, c, VIS_SAFE|VIS_NOSLASH, s[1]);
                 for (s2 = visout; *s2; s2++)                  for (s2 = visout; *s2; s2++)
                         PUTC(*s2);                          PUTC(*s2);
         }          }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6