aboutsummaryrefslogtreecommitdiff
path: root/lib/libhvcall/rfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libhvcall/rfill.c')
-rw-r--r--lib/libhvcall/rfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libhvcall/rfill.c b/lib/libhvcall/rfill.c
index 5407cd2..377fb89 100644
--- a/lib/libhvcall/rfill.c
+++ b/lib/libhvcall/rfill.c
@@ -23,7 +23,7 @@ typedef unsigned long type_u;
* local buffer - and that caused stack size problems in engine() when
* we used it directly in the FAST_RFILL macro.
*/
-void fast_rfill(char *dst, long size, char pat)
+void fast_rfill(char *dst, unsigned long size, char pat)
{
type_u buf[64];