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
Sat, Feb 8, 2:01 PM (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16527379
Default Alt Text
D34328.diff (594 B)

Event Timeline