diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-04-22 01:10:40 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-04-22 01:10:40 +0200 |
commit | 0a13d304654a63c53f9cffdcd8941b92f3a445fe (patch) | |
tree | d65f3cf89576440afaaf05ea39d84df5c470a3d0 /include/i3status.h | |
parent | 28934ef858e094bac998556df85a082bee923a96 (diff) |
Also use the correct time for the ddate module
Diffstat (limited to 'include/i3status.h')
-rw-r--r-- | include/i3status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i3status.h b/include/i3status.h index 501340a..48b4369 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -63,7 +63,7 @@ void print_ipv6_info(const char *format_up, const char *format_down); void print_disk_info(const char *path, const char *format); void print_battery_info(int number, const char *format, bool last_full_capacity); void print_time(const char *format, struct tm *current_tm); -void print_ddate(const char *format); +void print_ddate(const char *format, struct tm *current_tm); const char *get_ip_addr(); void print_wireless_info(const char *interface, const char *format_up, const char *format_down); void print_run_watch(const char *title, const char *pidfile, const char *format); |