Ignore:
Timestamp:
Mar 10, 2010, 1:36:31 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

Oops (typo in r665).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/kernel/qeventdispatcher_pm.cpp

    r665 r666  
    788788            mutex.unlock();
    789789            nsel = ::select(maxSockfdInSelect + 1, &tmpRead, &tmpWrite, &tmpEx,
     790
    790791            if (nsel == -1 && errno == EINVAL) {
    791792                qWarning("QSocketNotifier: select() returned EINVAL, check that "
Note: See TracChangeset for help on using the changeset viewer.