Francois Gouget : testbot/Patches: The Patches::NewPatch()'s WebPatchId argument is optional.

Alexandre Julliard julliard at winehq.org
Thu Jan 14 14:37:44 CST 2021


Module: tools
Branch: master
Commit: 57d774ffe3b35e94e2be47b8cbce4cdc709f945d
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=57d774ffe3b35e94e2be47b8cbce4cdc709f945d

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Jan 12 18:12:10 2021 +0100

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 54b6c5e..cb8c78c 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) = @_;
 




More information about the wine-cvs mailing list