diff -r 7e15987c4500 -r 7068aba64af5 usbengines/usbotgwatcher/src/cusbtimer.cpp --- a/usbengines/usbotgwatcher/src/cusbtimer.cpp Tue Feb 02 00:52:37 2010 +0200 +++ b/usbengines/usbotgwatcher/src/cusbtimer.cpp Fri Feb 19 23:50:33 2010 +0200 @@ -76,7 +76,7 @@ { // FTRACE(FPrint(_L( "[USBOTGWATCHER]\tCUsbTimer::After aMilliseconds %d, timerId=%d" ), aMilliseconds, iTimerId)) - if (IsActive()) // should we panic here? or just restart timer + if (IsActive()) { Cancel(); }