diff options
Diffstat (limited to 'man_action.c')
-rw-r--r-- | man_action.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man_action.c b/man_action.c index 876beabf..19e11e39 100644 --- a/man_action.c +++ b/man_action.c @@ -17,7 +17,6 @@ #include <sys/utsname.h> #include <assert.h> -#include <errno.h> #include <stdlib.h> #include <string.h> @@ -149,7 +148,6 @@ post_TH(struct man *m) n = n->next; assert(n); - errno = 0; lval = strtol(n->string, &ep, 10); if (n->string[0] != '\0' && *ep == '\0') m->meta.msec = (int)lval; |