[Rpm-maint] [rpm-software-management/rpm] Unify glob fallback behavior (PR #2159)

Michal Domonkos notifications at github.com
Tue Aug 23 07:18:50 UTC 2022


@dmnks commented on this pull request.



>   * @param[out] *argcPtr	no. of paths
  * @param[out] *argvPtr	ARGV_t array of paths
  * @return		0 on success
  */
-int rpmGlob(const char * pattern, int * argcPtr, ARGV_t * argvPtr);
+int rpmGlob(const char * pattern, rpmglobFlags flags,
+	    int * argcPtr, ARGV_t * argvPtr);

True, and yes, this one a "meh" case perhaps, but still, let's just go with another function. We can always change our mind in the future.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2159#discussion_r952238457
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2159/review/1081592269 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220823/2046760e/attachment-0001.html>


More information about the Rpm-maint mailing list