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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 17 02:36:39 UTC 2006


Author: mclasen

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

Modified Files:
	dasher-3.99.1-c++.patch 
Log Message:
Grr


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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dasher-3.99.1-c++.patch	17 Jan 2006 02:25:35 -0000	1.1
+++ dasher-3.99.1-c++.patch	17 Jan 2006 02:36:35 -0000	1.2
@@ -8,6 +8,17 @@
    }
  
  public:
+--- dasher-3.99.1/Src/DasherCore/SocketInput.cpp.c++	2006-01-16 21:35:06.000000000 -0500
++++ dasher-3.99.1/Src/DasherCore/SocketInput.cpp	2006-01-16 21:35:59.000000000 -0500
+@@ -25,7 +25,7 @@
+ // private methods:
+ 
+ bool CSocketInput::LaunchReaderThread() {
+-  if (pthread_create(&readerThread, NULL, ThreadLauncherStub, this) == 0) {
++  if (pthread_create(&readerThread, NULL, CSocketInputBase::ThreadLauncherStub, this) == 0) {
+     return true;
+   } else {
+     //TODO should probably pop up a Gtk error message and think about how to do i18n:
 --- dasher-3.99.1/Src/Common/Types/int.h.c++	2006-01-16 21:17:17.000000000 -0500
 +++ dasher-3.99.1/Src/Common/Types/int.h	2006-01-16 21:17:45.000000000 -0500
 @@ -33,8 +33,10 @@




More information about the fedora-cvs-commits mailing list