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

Diff for /src/usr.bin/wall/ttymsg.c between version 1.14 and 1.15

version 1.14, 2003/07/31 18:21:42 version 1.15, 2004/09/14 23:01:31
Line 132 
Line 132 
                                 --iovcnt;                                  --iovcnt;
                         }                          }
                         if (wret) {                          if (wret) {
                                 iov->iov_base += wret;                                  char *base = iov->iov_base;
   
                                   iov->iov_base = base + wret;
                                 iov->iov_len -= wret;                                  iov->iov_len -= wret;
                         }                          }
                         continue;                          continue;

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