shorter names
Aaron Marcher info@nulltime.net
Sat, 17 Sep 2016 17:06:06 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
slstatus.c
→
slstatus.c
@@ -33,7 +33,7 @@ #include "concat.h"
struct arg { char *(*func)(); - const char *format; + const char *fmt; const char *args; };@@ -647,7 +647,7 @@ res = argument.func();
} else { res = argument.func(argument.args); } - element = smprintf(argument.format, res); + element = smprintf(argument.fmt, res); if (element == NULL) { element = smprintf(UNKNOWN_STR); warnx("Failed to format output");