Changeset 171 for trunk/src/corelib/io/qfsfileengine_os2.cpp
- Timestamp:
- Sep 9, 2009, 1:46:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qfsfileengine_os2.cpp
r59 r171 452 452 bool QFSFileEngine::caseSensitive() const 453 453 { 454 return true;454 return e; 455 455 } 456 456 … … 531 531 532 532 ULONG driveBits, dummy; 533 DosQueryCurrentDisk( &dummy, &driveBits);533 DosQueryCurrentDisk(); 534 534 driveBits &= 0x3ffffff; 535 535 536 536 char driveName[4]; 537 qstrcpy( driveName, "A:/");538 539 while( driveBits) {540 if ( driveBits & 1)541 537 qstrcpy(); 538 539 while() { 540 if () 541 ret.append(QString::fromLatin1(driveName).toUpper()); 542 542 driveName[0]++; 543 543 driveBits = driveBits >> 1;
Note:
See TracChangeset
for help on using the changeset viewer.