Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 759613 Details for
Bug 829579
app-portage/portage-utils-0.92: qlist -U skips useflags (root cause identified and fix proposed)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch on top of v0.92's qlist.c (419b78c)
qlist.c.patch (text/plain), 389 bytes, created by
Michael Yagliyan
on 2021-12-18 19:26:33 UTC
(
hide
)
Description:
Patch on top of v0.92's qlist.c (419b78c)
Filename:
MIME Type:
Creator:
Michael Yagliyan
Created:
2021-12-18 19:26:33 UTC
Size:
389 bytes
patch
obsolete
>diff --git a/qlist.c b/qlist.c >index 48f7707..0e5d9fb 100644 >--- a/qlist.c >+++ b/qlist.c >@@ -64,8 +64,7 @@ static const char * const qlist_opts_help[] = { > static int > cmpstringp(const void *p1, const void *p2) > { >- /* case insensitive comparator */ >- return strcasecmp(*((char * const *)p1), *((char * const *)p2)); >+ return strcmp(*((char * const *)p1), *((char * const *)p2)); > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 829579
: 759613