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

Diff for /src/usr.bin/tmux/format.c between version 1.289 and 1.290

version 1.289, 2021/08/12 08:05:11 version 1.290, 2021/08/12 08:10:20
Line 3098 
Line 3098 
 void  void
 format_log_debug(struct format_tree *ft, const char *prefix)  format_log_debug(struct format_tree *ft, const char *prefix)
 {  {
         format_each(ft, format_log_debug_cb, prefix);          format_each(ft, format_log_debug_cb, (void *)prefix);
 }  }
   
 /* Walk each format. */  /* Walk each format. */

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290