[tools] testbot/Patches: The Patches::NewPatch()'s WebPatchId argument is optional.

Francois Gouget fgouget at codeweavers.com
Tue Jan 12 11:12:10 CST 2021


Signed-off-by: Francois Gouget <fgouget at 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




More information about the wine-devel mailing list