pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src xml_helper.cxx,1.9,1.10


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src xml_helper.cxx,1.9,1.10
Date: 14 Aug 2002 12:00:08 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv30163

Modified Files:
        xml_helper.cxx 
Log Message:
removed __FUNCTION__

Index: xml_helper.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/xml_helper.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xml_helper.cxx      4 Aug 2002 19:57:15 -0000       1.9
+++ xml_helper.cxx      14 Aug 2002 12:00:05 -0000      1.10
@@ -210,11 +210,8 @@
                    }
                  else
                    {
-                     std::cout << __FILE__ ":"
-#ifndef _MSC_VER
-                               <<__FUNCTION__ << ":" 
-#endif
-                               << __LINE__ << ": unhandled: " << ccur->name << 
std::endl;
+                     std::cout << "XMLhelper::parse_surface: "
+                               << ": unhandled: " << ccur->name << std::endl;
                    }
                  ccur = ccur->next;
                }





reply via email to

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