--- smsdaemon/Util.h 2008/12/17 23:43:26 193 +++ smsdaemon/Util.h 2008/12/18 06:53:29 196 @@ -49,14 +49,14 @@ inline void Sleep(unsigned int msec) { - if (msec < 1000) + if (msec < 1000) { usleep(1000*msec); } else { - for (unsigned int i=0; i