summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index f2bb542928..cd1c252426 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -977,7 +977,7 @@ bool set_int(const unsigned char* string,
977 int step, 977 int step,
978 int min, 978 int min,
979 int max, 979 int max,
980 void (*formatter)(char*, int, int, const char*) ) 980 void (*formatter)(char*, size_t, int, const char*) )
981{ 981{
982 return set_int_ex(string, unit, voice_unit, variable, function, 982 return set_int_ex(string, unit, voice_unit, variable, function,
983 step, min, max, formatter, NULL); 983 step, min, max, formatter, NULL);