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

Diff for /src/usr.bin/tmux/cmd-show-messages.c between version 1.4 and 1.5

version 1.4, 2012/07/11 07:10:15 version 1.5, 2013/03/24 09:27:20
Line 48 
Line 48 
         char                    *tim;          char                    *tim;
         u_int                    i;          u_int                    i;
   
         if ((c = cmd_find_client(ctx, args_get(args, 't'))) == NULL)          if ((c = cmd_find_client(ctx, args_get(args, 't'), 0)) == NULL)
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
   
         for (i = 0; i < ARRAY_LENGTH(&c->message_log); i++) {          for (i = 0; i < ARRAY_LENGTH(&c->message_log); i++) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5