diff options
-rw-r--r-- | src/apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apply.c b/src/apply.c index bd0ba6a89..d72aa8374 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) { |