Page MenuHomeFreeBSD

D34328.diff
No OneTemporary

D34328.diff

diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c
--- a/usr.bin/diff/diffreg.c
+++ b/usr.bin/diff/diffreg.c
@@ -1462,7 +1462,7 @@
printf("***************");
if (flags & (D_PROTOTYPE | D_MATCHLAST)) {
- f = match_function(ixold, lowa - 1, f1);
+ f = match_function(ixold, cvp->a - 1, f1);
if (f != NULL)
printf(" %s", f);
}
@@ -1569,7 +1569,7 @@
uni_range(lowc, upd);
printf(" @@");
if (flags & (D_PROTOTYPE | D_MATCHLAST)) {
- f = match_function(ixold, lowa - 1, f1);
+ f = match_function(ixold, cvp->a - 1, f1);
if (f != NULL)
printf(" %s", f);
}

File Metadata

Mime Type
text/plain
Expires
Tue, May 19, 8:51 AM (16 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33303430
Default Alt Text
D34328.diff (594 B)

Event Timeline