diff options
Diffstat (limited to '')
| -rw-r--r-- | mongotimer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mongotimer.c b/mongotimer.c index 7fefb51..04b1f2a 100644 --- a/mongotimer.c +++ b/mongotimer.c @@ -368,7 +368,8 @@ main(int argc, char *argv[]) int timerfd = -1, old_flags = -1, tcset = 0; int exit_on_zero = 0, old_sig = 0; struct sigaction sigact; - int64_t time = 0, t = 0, owner_set = 0; + int64_t time = 0, t = 0; + int owner_set = 0; size_t colons = 0; char *s; struct f_owner_ex old_owner, new_owner; |
