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

Diff for /src/usr.bin/tmux/cmd-parse.y between version 1.36 and 1.37

version 1.36, 2021/08/20 09:06:26 version 1.37, 2021/08/20 20:08:30
Line 579 
Line 579 
         if (file == NULL)          if (file == NULL)
                 s = xstrdup(error);                  s = xstrdup(error);
         else          else
                 xasprintf (&s, "%s:%u: %s", file, line, error);                  xasprintf(&s, "%s:%u: %s", file, line, error);
         return (s);          return (s);
 }  }
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37