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

Diff for /src/usr.bin/tmux/file.c between version 1.9 and 1.10

version 1.9, 2021/02/11 09:39:29 version 1.10, 2021/02/12 06:52:48
Line 485 
Line 485 
         size_t                   left;          size_t                   left;
         int                      waiting = 0;          int                      waiting = 0;
   
         RB_FOREACH (cf, client_files, files) {          RB_FOREACH(cf, client_files, files) {
                 if (cf->event == NULL)                  if (cf->event == NULL)
                         continue;                          continue;
                 left = EVBUFFER_LENGTH(cf->event->output);                  left = EVBUFFER_LENGTH(cf->event->output);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10