Changeset 619 for trunk/src


Ignore:
Timestamp:
Mar 2, 2010, 2:20:50 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

Be on the safe side.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/itemviews/qfileiconprovider.cpp

    r608 r619  
    437437        BIOSPARAMETERBLOCK bpb;
    438438        ioc_parm[0] = 0;
    439         ioc_parm[1] = info.absoluteFilePath().at(0).cell() - 'A';
     439        ioc_parm[1] = info.absoluteFilePath().at(0).cell() - 'A';
    440440        APIRET arc = DosDevIOCtl((HFILE) - 1, IOCTL_DISK, DSK_GETDEVICEPARAMS,
    441441                                 ioc_parm, sizeof(ioc_parm), NULL,
Note: See TracChangeset for help on using the changeset viewer.