[colobot] 224/377: Fixed crash in CBotStack::BreakReturn

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:34:19 UTC 2016


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 <krzys_h at interia.pl>
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



More information about the Pkg-games-commits mailing list