[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.13 and 1.14

version 1.13, 2010/06/05 16:34:30 version 1.14, 2010/06/14 23:06:13
Line 56 
Line 56 
         char                    *command;          char                    *command;
         int                      old_fd, pipe_fd[2], null_fd, mode;          int                      old_fd, pipe_fd[2], null_fd, mode;
   
         if ((c = cmd_find_client(ctx, data->target)) == NULL)          if ((c = cmd_find_client(ctx, NULL)) == NULL)
                 return (-1);                  return (-1);
   
         if (cmd_find_pane(ctx, data->target, NULL, &wp) == NULL)          if (cmd_find_pane(ctx, data->target, NULL, &wp) == NULL)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14