summaryrefslogtreecommitdiff
path: root/devel/mq4cpp/files/patch-include_Trace.h
blob: b28477600f8aa09cc45ba8e55cc93aa16ea7b826 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/Trace.h.orig	2013-09-14 18:46:21.000000000 +0800
+++ include/Trace.h	2013-09-14 18:46:41.000000000 +0800
@@ -92,7 +92,7 @@ class DebugStream : public ostream
 	}
 #else
 #define TRACE(a) \
-	cout << __FILE__ << "(" << __LINE__ << ") #" << (int)pthread_self() << ": " << a << endl;
+	cout << __FILE__ << "(" << __LINE__ << ") #" << pthread_self() << ": " << a << endl;
 #endif
 #else
 #define TRACE(a) ;