Changeset 254


Ignore:
Timestamp:
Oct 23, 2009, 12:26:05 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess could sometimes not prepend the executable's path to BEGINLIBPATH (nasty typo bug).

File:
1 edited

Legend:

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

    r217 r254  
    887887        bool prependedLibPath = false;
    888888
    889         DosQueryExtLIBPATH(libPathBuf, BEGIN_LIBPATH);
     889        arc = DosQueryExtLIBPATH(libPathBuf, BEGIN_LIBPATH);
    890890        Q_ASSERT(arc == NO_ERROR);
    891891        if (arc == NO_ERROR) {
Note: See TracChangeset for help on using the changeset viewer.