From 240ec11ee0f95b72884a3ef206353dd8eb4f707e Mon Sep 17 00:00:00 2001 From: ps Date: Mon, 17 Jan 2011 21:11:53 +0000 Subject: [PATCH] more fixes for win32 --- src/hermes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hermes.cpp b/src/hermes.cpp index ce38f84..1102a67 100644 --- a/src/hermes.cpp +++ b/src/hermes.cpp @@ -224,7 +224,7 @@ main else { #ifdef WIN32 - LDEB("New thread created [" + Utils::ulongtostr(nconns) + "] thread_id: " + Utils::ulongtostr(thread.p) + ":" + Utils::ulongtostr(thread.x)); + LDEB("New thread created [" + Utils::ulongtostr(nconns) + "] thread_id: " + Utils::ulongtostr((unsigned long)thread.p) + ":" + Utils::ulongtostr(thread.x)); #else LDEB("New thread created [" + Utils::ulongtostr(nconns) + "] thread_id: " + Utils::ulongtostr(thread)); #endif //WIN32