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

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

version 1.2, 2009/07/13 23:11:35 version 1.3, 2009/07/15 17:39:00
Line 150 
Line 150 
                 if (cause == NULL)                  if (cause == NULL)
                         return (0);                          return (0);
                 *cause = toupper((u_char) *cause);                  *cause = toupper((u_char) *cause);
                 status_message_set(c, cause);                  status_message_set(c, "%s", cause);
                 xfree(cause);                  xfree(cause);
                 cmdlist = NULL;                  cmdlist = NULL;
         }          }

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