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

Diff for /src/usr.bin/tmux/status.c between version 1.125 and 1.126

version 1.125, 2015/04/19 21:34:21 version 1.126, 2015/04/24 22:19:36
Line 515 
Line 515 
   
         /* If not found at all, start the job and add to the tree. */          /* If not found at all, start the job and add to the tree. */
         if (so == NULL) {          if (so == NULL) {
                 job_run(cmd, NULL, status_job_callback, status_job_free, c);                  job_run(cmd, NULL, -1, status_job_callback, status_job_free, c);
                 c->references++;                  c->references++;
   
                 so = xmalloc(sizeof *so);                  so = xmalloc(sizeof *so);

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126