diff options
Diffstat (limited to 'src/control.c')
-rw-r--r-- | src/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control.c b/src/control.c index d595c0f..d3d12ad 100644 --- a/src/control.c +++ b/src/control.c @@ -77,7 +77,7 @@ int control_readline(stralloc *sa, char *fn) return 1; } -int control_readint(int *i, char *fn) +int control_readint(unsigned long *i, char *fn) { unsigned long u; |