Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109620601
D34328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
594 B
Referenced Files
None
Subscribers
None
D34328.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D34328: diff: Use change start when searching for function names
Attached
Detach File
Event Timeline
Log In to Comment