Remove non-portable functions from config.def.h
Aaron Marcher me@drkhsh.at
Mon, 16 Apr 2018 19:09:07 +0200
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
config.def.h
→
config.def.h
@@ -51,7 +51,5 @@ * wifi_essid WiFi ESSID interface name
*/ static const struct arg args[] = { /* function format argument */ - { cpu_perc, "[CPU %3s%%] ", NULL }, - { ram_perc, "[RAM %2s%%] ", NULL }, - { datetime, "[ %s ]", "%F %T" }, + { datetime, "%s", "%F %T" }, };