Module: tools Branch: master Commit: 57d774ffe3b35e94e2be47b8cbce4cdc709f945d URL: https://source.winehq.org/git/tools.git/?a=commit;h=57d774ffe3b35e94e2be47b8...
Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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 CWineTestBot::Patch::Submit() is called right away. =back =cut
-sub NewPatch($$$) +sub NewPatch($$;$) { my ($self, $MsgEntity, $WebPatchId) = @_;