Changeset 19333


Ignore:
Timestamp:
Jun 26, 2002, 1:08:47 PM (23 years ago)
Author:
sandervl
Message:

OSLibGetDriveTye fix for floppy drives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/oslibdos.cpp

    r19327 r19333  
    1 /* $Id: oslibdos.cpp,v 1.105 2002-06-26 07:42:34 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.106 2002-06-26 11:08:47 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    28362836                else if (pfsqbuf2->iType == FSAT_LOCALDRV)
    28372837                {
    2838                     PSZ pszFSName = (PSZ)pfsqbuf2->szName + pfsqbuf2->cbName;
     2838                    PSZ pszFSName = (PSZ)pfsqbuf2->szName + pfsqbuf2->cbName + 1;
    28392839                    if (!strcmp(pszFSName, "FAT"))
    28402840                    {
Note: See TracChangeset for help on using the changeset viewer.