mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +01:00
14 lines
318 B
Diff
14 lines
318 B
Diff
Patch-Source: https://users.bitkeeper.org/t/makepatch-doesnt-always-include-quite-the-right-changes/1202
|
|
|
|
--- a/src/cset.c
|
|
+++ b/src/cset.c
|
|
@@ -755,7 +755,7 @@ doDiff(sccs *sc)
|
|
printf("\n");
|
|
return;
|
|
}
|
|
- e = PARENT(sc, e);
|
|
+ e--;
|
|
if (e == d) return;
|
|
sccs_diffs(sc, REV(sc, e), REV(sc, d), &dop, stdout);
|
|
}
|