diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-10 07:33:55 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-10 07:33:55 +0000 |
commit | e48607d3e409cba2447fe8dc24ffb98810f96579 (patch) | |
tree | cbd17a5dffadf187dae53b850675c7f0567768a6 /tests/Reactor_Timer_Test.cpp | |
parent | 176b60d72029863ce45ff0998de5078bf5b3c72a (diff) | |
download | ATCD-e48607d3e409cba2447fe8dc24ffb98810f96579.tar.gz |
Tests now run OK (most of them) with BCB3
Diffstat (limited to 'tests/Reactor_Timer_Test.cpp')
-rw-r--r-- | tests/Reactor_Timer_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |