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

Diff for /src/usr.bin/tmux/server-client.c between version 1.267 and 1.268

version 1.267, 2019/03/12 11:16:50 version 1.268, 2019/03/14 21:27:26
Line 1537 
Line 1537 
         ft = format_create(c, NULL, FORMAT_NONE, 0);          ft = format_create(c, NULL, FORMAT_NONE, 0);
         format_defaults(ft, c, NULL, NULL, NULL);          format_defaults(ft, c, NULL, NULL, NULL);
   
         title = format_expand_time(ft, template, time(NULL));          title = format_expand_time(ft, template, 0);
         if (c->title == NULL || strcmp(title, c->title) != 0) {          if (c->title == NULL || strcmp(title, c->title) != 0) {
                 free(c->title);                  free(c->title);
                 c->title = xstrdup(title);                  c->title = xstrdup(title);

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268