[Rpm-maint] [rpm-software-management/rpm] Pass arg3 to regular and file trigger scripts (PR #3018)
Michal Domonkos
notifications at github.com
Tue Apr 23 08:30:14 UTC 2024
@dmnks commented on this pull request.
> @@ -248,4 +248,29 @@ char *argvJoin(ARGV_const_t argv, const char *sep)
return dest;
}
-
+
+ARGV_t argvFromVaList(const char *fmt, va_list ap)
+{
+ ARGV_t argv = argvNew();
Oh, fair points, thanks. Will update the PR later.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3018#discussion_r1575861228
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3018/review/2016597033 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240423/42652507/attachment.html>
More information about the Rpm-maint
mailing list