apply: make update_hunk accept a size_t
diff --git a/src/apply.c b/src/apply.c
index bd0ba6a..d72aa83 100644
--- a/src/apply.c
+++ b/src/apply.c
@@ -138,7 +138,7 @@ static bool find_hunk_linenum(
static int update_hunk(
patch_image *image,
- unsigned int linenum,
+ size_t linenum,
patch_image *preimage,
patch_image *postimage)
{