diff options
Diffstat (limited to 'src/qmail-showctl.c')
-rw-r--r-- | src/qmail-showctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-showctl.c b/src/qmail-showctl.c index 6339707..38568f0 100644 --- a/src/qmail-showctl.c +++ b/src/qmail-showctl.c @@ -40,7 +40,7 @@ void safeput(char *buf, unsigned int len) void do_int(char *fn, char *def, char *pre, char *post) { - int i; + long i; buffer_puts(buffer_1, "\n"); buffer_puts(buffer_1, fn); buffer_puts(buffer_1, ": "); |