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

Diff for /src/usr.bin/tmux/cmd-pipe-pane.c between version 1.49 and 1.50

version 1.49, 2018/11/30 08:44:40 version 1.50, 2019/03/14 21:27:26
Line 110 
Line 110 
         /* Expand the command. */          /* Expand the command. */
         ft = format_create(item->client, item, FORMAT_NONE, 0);          ft = format_create(item->client, item, FORMAT_NONE, 0);
         format_defaults(ft, c, s, wl, wp);          format_defaults(ft, c, s, wl, wp);
         cmd = format_expand_time(ft, args->argv[0], time(NULL));          cmd = format_expand_time(ft, args->argv[0], 0);
         format_free(ft);          format_free(ft);
   
         /* Fork the child. */          /* Fork the child. */

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50