Commit 37a56445 authored by Wayne Davison's avatar Wayne Davison

One arg to matched() is supposed to be an int32.

parent a1cbe76e
......@@ -102,7 +102,7 @@ static OFF_T last_match;
* have only literal data.
**/
static void matched(int f, struct sum_struct *s, struct map_struct *buf,
OFF_T offset, int i)
OFF_T offset, int32 i)
{
int32 n = offset - last_match; /* max value: block_size (int32) */
int32 j;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment