[BACK]Return to cmd-save-buffer.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-save-buffer.c between version 1.45 and 1.46

version 1.45, 2018/07/31 13:06:44 version 1.46, 2019/06/13 21:44:13
Line 105 
Line 105 
         if (args_has(self->args, 'a'))          if (args_has(self->args, 'a'))
                 flags = "ab";                  flags = "ab";
   
         file = server_client_get_path(c, path);          file = server_client_get_path(item->client, path);
         free(path);          free(path);
   
         f = fopen(file, flags);          f = fopen(file, flags);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46