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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.2 and 1.3

version 1.2, 2009/06/03 16:54:26 version 1.3, 2009/07/07 19:49:19
Line 87 
Line 87 
         u_int                            i;          u_int                            i;
   
         if (data->flags & CMD_GFLAG)          if (data->flags & CMD_GFLAG)
                 oo = &global_options;                  oo = &global_s_options;
         else {          else {
                 if ((s = cmd_find_session(ctx, data->target)) == NULL)                  if ((s = cmd_find_session(ctx, data->target)) == NULL)
                         return (-1);                          return (-1);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3