[Rpm-maint] [rpm-software-management/rpm] fix Query arguments with ^ not working (PR #2104)
Michal Domonkos
notifications at github.com
Wed Jul 13 07:49:40 UTC 2022
@dmnks commented on this pull request.
> @@ -1133,6 +1133,7 @@ static char * mireDup(rpmTagVal tag, rpmMireMode *modep,
switch (*s) {
case '.':
case '+':
+ case '^':
Cosmetic, but this should probably use the same tab+space indentation as the other `case`s.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2104#pullrequestreview-1036916756
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2104/review/1036916756 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220713/029f7dc4/attachment-0001.html>
More information about the Rpm-maint
mailing list