Changeset 645 for trunk/src


Ignore:
Timestamp:
Mar 7, 2010, 8:39:22 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Fixed a typo that could make it impossible to read from the standard error stream of the started process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qprocess_os2.cpp

    r609 r645  
    13481348    }
    13491349
     1350    that->pipeData[ErrPipe].bytesLeft += newBytes;
     1351
    13501352#if defined (QPROCESS_DEBUG)
    13511353    qDebug("QProcessPrivate::bytesAvailableFromStderr() == %lld",
Note: See TracChangeset for help on using the changeset viewer.