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
This commit is contained in:
parent
7b9fce0486
commit
6784b0149a
@ -189,7 +189,7 @@ void GameSlot::grandPrixFinished()
|
||||
void GameSlot::save(XMLWriter& out)
|
||||
{
|
||||
out << L" <gameslot player=\"" << m_player_name.c_str() << L"\" kart=\""
|
||||
<< m_kart_ident.c_str() << L" firstTime=\"" << (m_first_time ? L"true" : L"false")
|
||||
<< m_kart_ident.c_str() << L"\" firstTime=\"" << (m_first_time ? L"true" : L"false")
|
||||
<< L"\">\n";
|
||||
std::map<std::string, Challenge*>::const_iterator i;
|
||||
for(i = m_challenges_state.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user