This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian/master in repository colobot.
commit 089c1ff00cd783f9b14ab548813a94cc33aeaed5 Author: krzys-h <[email protected]> Date: Fri Jan 15 19:59:03 2016 +0100 Fixed crash in CBotStack::BreakReturn --- src/CBot/CBotStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CBot/CBotStack.h b/src/CBot/CBotStack.h index 61942dd..c90d0bf 100644 --- a/src/CBot/CBotStack.h +++ b/src/CBot/CBotStack.h @@ -276,7 +276,7 @@ public: * * in case of eventual break */ - bool BreakReturn(CBotStack* pfils, const std::string& name = nullptr); + bool BreakReturn(CBotStack* pfils, const std::string& name = ""); /** * \todo Document * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

