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

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.36 and 1.37

version 1.36, 2011/02/03 20:50:03 version 1.37, 2011/04/05 19:37:01
Line 75 
Line 75 
   
         target = args_get(args, 't');          target = args_get(args, 't');
         if (target != NULL) {          if (target != NULL) {
                 groupwith = cmd_find_session(ctx, target);                  groupwith = cmd_find_session(ctx, target, 0);
                 if (groupwith == NULL)                  if (groupwith == NULL)
                         return (-1);                          return (-1);
         } else          } else

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37