pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src stat_manager.cxx,1.1,1.2


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src stat_manager.cxx,1.1,1.2
Date: 28 Mar 2003 13:12:12 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv420

Modified Files:
        stat_manager.cxx 
Log Message:
fixed little typo

Index: stat_manager.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/stat_manager.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stat_manager.cxx    28 Mar 2003 13:06:55 -0000      1.1
+++ stat_manager.cxx    28 Mar 2003 13:12:10 -0000      1.2
@@ -111,7 +111,7 @@
 
   for (Table::iterator i = stats.begin(); i != stats.end(); ++i)
     {
-      xml << "  <" << i->first << ">" << i->second << "/<" << i->first << ">" 
<< std::endl;
+      xml << "  <" << i->first << ">" << i->second << "</" << i->first << ">" 
<< std::endl;
     }
 
   xml << "</pingus-stats>\n";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]