[hackers] [dwmstatus] Missed that bracket on my last commits. || Christoph Lohmann
commit aa072bc8cea0101b13d9dcb77b51710d81a7cce3
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon Dec 24 22:47:11 2012 +0100
Missed that bracket on my last commits.
diff --git a/dwmstatus.c b/dwmstatus.c
index 4f6a3f4..236bca6 100644
--- a/dwmstatus.c
+++ b/dwmstatus.c
_AT_@ -112,7 +112,7 @@ main(void)
tmutc = mktimes("%H:%M", tzutc);
tmbln = mktimes("KW %W %a %d %b %H:%M %Z %Y", tzberlin);
- status = smprintf("L:%s A:%s U:%s %s]",
+ status = smprintf("L:%s A:%s U:%s %s",
avgs, tmar, tmutc, tmbln);
setstatus(status);
free(avgs);
Received on Mon Dec 24 2012 - 22:49:10 CET
This archive was generated by hypermail 2.3.0
: Mon Dec 24 2012 - 23:00:06 CET