Fix Linux compile error.
This commit is contained in:
parent
53126f5e4e
commit
3952cb9343
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void CAPRSWriterThread::entry()
|
|||
|
||||
if (!m_connected){
|
||||
LogError("Reconnect attempt to the APRS server has failed");
|
||||
Sleep(10000UL); // 10 secs
|
||||
sleep(10000UL); // 10 secs
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue