From 6784b0149a33b5de9abbf6a77fdf59afedb01047 Mon Sep 17 00:00:00 2001 From: auria Date: Sun, 1 Apr 2012 19:17:40 +0000 Subject: [PATCH] Fix bug when writing challenges.xml, a quote was not closed git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11069 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/challenges/game_slot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/challenges/game_slot.cpp b/src/challenges/game_slot.cpp index e216325a8..cad60db24 100644 --- a/src/challenges/game_slot.cpp +++ b/src/challenges/game_slot.cpp @@ -189,7 +189,7 @@ void GameSlot::grandPrixFinished() void GameSlot::save(XMLWriter& out) { out << L" \n"; std::map::const_iterator i; for(i = m_challenges_state.begin();