diff options
Diffstat (limited to 'dwmtimestatus.c')
| -rw-r--r-- | dwmtimestatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmtimestatus.c b/dwmtimestatus.c index 3408e8c..3bf0fda 100644 --- a/dwmtimestatus.c +++ b/dwmtimestatus.c @@ -102,7 +102,7 @@ int main( int argc, char **args ){ assert( sigaction(SIGINT, (const struct sigaction*)s_act, NULL) != -1 ); assert( sigaction(SIGTERM, (const struct sigaction*)s_act, NULL) != -1 ); assert( sigaction(SIGPIPE, (const struct sigaction*)s_act, NULL) != -1 ); - struct status current_status = {0}; + struct status current_status; memset( (void*)¤t_status, 0, sizeof(struct status) ); const char *optstring = "i:d:f:"; int opt_char = 0; |
