rpms/dasher/devel dasher-3.99.1-c++.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 17 02:42:44 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/dasher/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21386

Modified Files:
	dasher-3.99.1-c++.patch 
Log Message:
I hate C++


dasher-3.99.1-c++.patch:
 Common/Types/int.h         |    2 ++
 DasherCore/SocketInput.cpp |    2 +-
 DasherCore/SocketInput.h   |    1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

Index: dasher-3.99.1-c++.patch
===================================================================
RCS file: /cvs/dist/rpms/dasher/devel/dasher-3.99.1-c++.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dasher-3.99.1-c++.patch	17 Jan 2006 02:36:35 -0000	1.2
+++ dasher-3.99.1-c++.patch	17 Jan 2006 02:42:39 -0000	1.3
@@ -15,7 +15,7 @@
  
  bool CSocketInput::LaunchReaderThread() {
 -  if (pthread_create(&readerThread, NULL, ThreadLauncherStub, this) == 0) {
-+  if (pthread_create(&readerThread, NULL, CSocketInputBase::ThreadLauncherStub, this) == 0) {
++  if (pthread_create(&readerThread, NULL, ThreadLauncherStub, this) == 0) {
      return true;
    } else {
      //TODO should probably pop up a Gtk error message and think about how to do i18n:




More information about the fedora-cvs-commits mailing list