From e48607d3e409cba2447fe8dc24ffb98810f96579 Mon Sep 17 00:00:00 2001 From: gonzo Date: Wed, 10 Jun 1998 07:33:55 +0000 Subject: Tests now run OK (most of them) with BCB3 --- tests/Reactor_Timer_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Reactor_Timer_Test.cpp') diff --git a/tests/Reactor_Timer_Test.cpp b/tests/Reactor_Timer_Test.cpp index 303954fa076..be703d7a2b8 100644 --- a/tests/Reactor_Timer_Test.cpp +++ b/tests/Reactor_Timer_Test.cpp @@ -46,7 +46,7 @@ public: count += (1 + odd); - if (current_count == ACE_MAX_TIMERS - 1) + if (long(current_count) == long(ACE_MAX_TIMERS - 1)) done = 1; return 0; -- cgit v1.2.1