Author: adasi                        Date: Mon Mar 19 11:41:29 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- still needs work

---- Files affected:
SOURCES:
   StepMania-cpp.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/StepMania-cpp.patch
diff -u SOURCES/StepMania-cpp.patch:1.1 SOURCES/StepMania-cpp.patch:1.2
--- SOURCES/StepMania-cpp.patch:1.1     Mon Mar 19 11:46:02 2007
+++ SOURCES/StepMania-cpp.patch Mon Mar 19 12:41:24 2007
@@ -11,4 +11,27 @@
 +      Character* GetDefaultCharacter();
  
        PlayerController        m_PlayerController[NUM_PLAYERS];
-       
+
+--- SM.org/src/StdString.h    2007-03-19 12:15:09.000000000 +0100
++++ SM/src/StdString.h     2007-03-19 12:15:09.000000000 +0100
+@@ -1087,7 +1087,7 @@
+
+               while ( (nIdx=this->find(szOld, nIdx)) != MYBASE::npos )
+               {
+-                      replace(this->begin()+nIdx, this->begin()+nIdx+nOldLen, 
szRealNew);
++                      this->replace(this->begin()+nIdx, 
this->begin()+nIdx+nOldLen, szRealNew);
+                       nReplaced++;
+                       nIdx += nNewLen;
+               }
+
+--- SM.org/src/NetworkSyncServer.h        2007-03-19 12:21:01.000000000 +0100
++++ SM/src/NetworkSyncServer.h 2007-03-19 12:21:01.000000000 +0100
+@@ -117,7 +117,7 @@
+       void GameOver(PacketFunctions& Packet, const unsigned int clientNum);
+       void ScreenNetMusicSelectStatus(PacketFunctions& Packet, const unsigned 
int clientNum);
+       void AnalizeChat(PacketFunctions &Packet, const unsigned int clientNum);
+-      CString StepManiaLanServer::ListPlayers();
++      CString ListPlayers();
+       void Kick(CString &name);
+       void Ban(CString &name);
+       bool IsBanned(CString &ip);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/StepMania-cpp.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to