summaryrefslogtreecommitdiff
path: root/src/qmail-showctl.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 22:05:52 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 22:05:52 +0200
commite6e9663d40f7aab9e1982dddcaa11386551ad182 (patch)
tree39c2a34aa78d4723e8308d270e872f61da3818ca /src/qmail-showctl.c
parent20b85c03e751b4876fa3c92040464e483172b746 (diff)
fix issues preventing compilationjannis
Diffstat (limited to 'src/qmail-showctl.c')
-rw-r--r--src/qmail-showctl.c2
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, ": ");