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

Diff for /src/usr.bin/tmux/cmd.c between version 1.83 and 1.84

version 1.83, 2013/03/25 10:11:45 version 1.84, 2013/03/25 11:53:54
Line 1245 
Line 1245 
 {  {
         char             ch, *buf;          char             ch, *buf;
         const char      *ptr;          const char      *ptr;
         int              replaced;          int              replaced;
         size_t           len;          size_t           len;
   
         if (strchr(template, '%') == NULL)          if (strchr(template, '%') == NULL)
                 return (xstrdup(template));                  return (xstrdup(template));

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84