diff options
Diffstat (limited to 'protocols/Non-IM Contact/src/timer.cpp')
-rw-r--r-- | protocols/Non-IM Contact/src/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Non-IM Contact/src/timer.cpp b/protocols/Non-IM Contact/src/timer.cpp index c0c292dcc9..91359ef387 100644 --- a/protocols/Non-IM Contact/src/timer.cpp +++ b/protocols/Non-IM Contact/src/timer.cpp @@ -19,7 +19,7 @@ void timerFunc(void*) killTimer(); return; } - g_plugin.setWord("timerCount", (WORD)timerCount); + g_plugin.setWord("timerCount", (uint16_t)timerCount); /* update the web pages*/ for (int i = 0;; i++) { |