Module Name: src Committed By: rillig Date: Mon Apr 19 21:52:17 UTC 2021
Modified Files: src/external/bsd/tmux/dist: control.c status.c Log Message: tmux: fix -Wformat-nonliteral for Clang dist/control.c:394:17: error: format string is not a string literal [-Werror,-Wformat-nonliteral] xvasprintf(&s, fmt, ap); ^~~ dist/status.c:436:33: error: format string is not a string literal [-Werror,-Wformat-nonliteral] xvasprintf(&c->message_string, fmt, ap); ^~~ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tmux/dist/control.c cvs rdiff -u -r1.11 -r1.12 src/external/bsd/tmux/dist/status.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.