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

Diff for /src/usr.bin/tmux/arguments.c between version 1.61 and 1.62

version 1.61, 2023/11/14 15:59:49 version 1.62, 2023/11/14 20:01:11
Line 789 
Line 789 
         if (wait)          if (wait)
                 state->pi.item = item;                  state->pi.item = item;
         cmd_get_source(self, &file, &state->pi.line);          cmd_get_source(self, &file, &state->pi.line);
         state->pi.file = xstrdup(file);          if (file != NULL)
                   state->pi.file = xstrdup(file);
         state->pi.c = tc;          state->pi.c = tc;
         if (state->pi.c != NULL)          if (state->pi.c != NULL)
                 state->pi.c->references++;                  state->pi.c->references++;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62