[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.172 and 1.173

version 1.172, 2021/08/27 17:25:55 version 1.173, 2021/09/09 21:55:03
Line 502 
Line 502 
         const struct cmd_entry  *entry;          const struct cmd_entry  *entry;
         struct cmd              *cmd;          struct cmd              *cmd;
         struct args             *args;          struct args             *args;
         char                    *error;          char                    *error = NULL;
   
         if (count == 0 || values[0].type != ARGS_STRING) {          if (count == 0 || values[0].type != ARGS_STRING) {
                 xasprintf(cause, "no command");                  xasprintf(cause, "no command");

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173