Commit ae681d3f by Edward Thomson

apply: make update_hunk accept a size_t

parent 7ed2baf7
......@@ -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)
{
......
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