[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.75 and 1.76

version 1.75, 2013/03/21 16:19:25 version 1.76, 2013/03/21 16:22:48
Line 1229 
Line 1229 
         int              replaced;          int              replaced;
         size_t           len;          size_t           len;
   
         if (strstr(template, "%") == NULL)          if (strchr(template, '%') == NULL)
                 return (xstrdup(template));                  return (xstrdup(template));
   
         buf = xmalloc(1);          buf = xmalloc(1);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76