mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
patch: show expected line number for hunk when rejecting it
This commit is contained in:
parent
5285caa05d
commit
84170d89b7
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ search(Fbuf *f, Hunk *h, char *fname)
|
|||
return p;
|
||||
}
|
||||
}
|
||||
sysfatal("%s:%d: unable to find hunk offset in %s", fname, h->lnum, h->oldpath);
|
||||
sysfatal("%s:%d: unable to find hunk offset near %s:%d", fname, h->lnum, h->oldpath, h->oldln);
|
||||
}
|
||||
|
||||
char*
|
||||
|
|
Loading…
Reference in a new issue