@dmnks commented on this pull request.
> @@ -80,6 +87,33 @@ static int doShell(rpmSpec spec)
}
#endif
+static int printSourceFilenames(rpmSpec spec, rpmSourceFlags what)
+{
+ rpmSpecSrcIter iter = rpmSpecSrcIterInit(spec);
+
+ rpmSpecSrc src;
+ while ((src = rpmSpecSrcIterNext(iter)) != NULL)
+ {
+ if (rpmSpecSrcFlags(src) & what){
Heh, there's still a missing space between the ) and { on the above line
:laughing:
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4262#discussion_r3631122369
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4262/review/[email protected]>_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint