Author: rco Date: 2010-05-02 13:07:09 +0200 (Sun, 02 May 2010) New Revision: 1885
Modified: trunk/core/log.h Log: - re-fix for macosx ;-) (see r1875) Modified: trunk/core/log.h =================================================================== --- trunk/core/log.h 2010-05-02 00:19:39 UTC (rev 1884) +++ trunk/core/log.h 2010-05-02 11:07:09 UTC (rev 1885) @@ -77,7 +77,7 @@ # ifndef NO_THREADID_LOG # define GET_TID() pthread_self() # define LOC_FMT " [#%lx/%u] [%s, %s:%d]" -# define LOC_DATA tid_, pid_, FUNC_NAME, __FILE__, __LINE__ +# define LOC_DATA (unsigned long)tid_, pid_, FUNC_NAME, __FILE__, __LINE__ # else # define GET_TID() 0 # define LOC_FMT " [%u] [%s %s:%d]" _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
