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

Diff for /src/usr.bin/tmux/format.c between version 1.162 and 1.163

version 1.162, 2018/08/27 11:03:34 version 1.163, 2018/09/27 07:43:18
Line 297 
Line 297 
   
         t = time(NULL);          t = time(NULL);
         if (fj->job == NULL && (force || fj->last != t)) {          if (fj->job == NULL && (force || fj->last != t)) {
                 fj->job = job_run(expanded, NULL, NULL, format_job_update,                  fj->job = job_run(expanded, NULL,
                       server_client_get_cwd(ft->client, NULL), format_job_update,
                     format_job_complete, NULL, fj, JOB_NOWAIT);                      format_job_complete, NULL, fj, JOB_NOWAIT);
                 if (fj->job == NULL) {                  if (fj->job == NULL) {
                         free(fj->out);                          free(fj->out);

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163