diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/patch_toybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c index f1e0de6..0e5c070 100644 --- a/editors/patch_toybox.c +++ b/editors/patch_toybox.c @@ -491,7 +491,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv) int oldsum, newsum, del = 0; char *s, *name; - oldsum = oldline + oldlen; + oldsum = oldline + oldlen; newsum = newline + newlen; name = reverse ? oldname : newname; |