mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Expand workaround for Qt on cygwin to 32 bit version
This commit is contained in:
@@ -102,11 +102,9 @@ class IO {
|
||||
}
|
||||
void Close() {
|
||||
#ifdef __CYGWIN__
|
||||
#ifdef __x86_64__
|
||||
// Qt on cygwin64 silently doesn't send the rest of buffer from socket
|
||||
// Qt on cygwin silently doesn't send the rest of buffer from socket
|
||||
// without this line
|
||||
sleep(1);
|
||||
#endif
|
||||
#endif
|
||||
m_device->disconnectFromHost();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user