[tools] testbot/Patches: The Patches::NewPatch()'s WebPatchId argument is optional.
12 Jan
2021
12 Jan
'21
5:12 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/lib/WineTestBot/Patches.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/lib/WineTestBot/Patches.pm b/testbot/lib/WineTestBot/Patches.pm index 54b6c5e49c..cb8c78cb52 100644 --- a/testbot/lib/WineTestBot/Patches.pm +++ b/testbot/lib/WineTestBot/Patches.pm @@ -516,7 +516,7 @@ others, then C<WineTestBot::Patch::Submit()> is called right away. =back =cut -sub NewPatch($$$) +sub NewPatch($$;$) { my ($self, $MsgEntity, $WebPatchId) = @_; -- 2.20.1
1797
Age (days ago)
1797
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget