зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla bug #17223: fixed an error found when I compiled on Mac.
This commit is contained in:
Родитель
f85620c224
Коммит
e357ca143e
|
@ -633,8 +633,8 @@ PRIntervalTime timeout)
|
|||
#ifdef _PR_HAVE_PEEK_BUFFER
|
||||
if ((PR_MSG_PEEK == flags) && _PR_FD_NEED_EMULATE_MSG_PEEK(fd)) {
|
||||
if (rv > 0) {
|
||||
memcpy(fd->secret->peekBuffer, buf, me->md.blocked_io_bytes);
|
||||
fd->secret->peekBytes = me->md.blocked_io_bytes;
|
||||
memcpy(fd->secret->peekBuffer, buf, rv);
|
||||
fd->secret->peekBytes = rv;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче