Changeset 184 for trunk/dll/valid.c


Ignore:
Timestamp:
Jun 5, 2005, 9:00:32 PM (20 years ago)
Author:
root
Message:

Drop CD_DEBUG logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r123 r184  
    77
    88  Copyright (c) 1993, 1998 M. Kimes
    9   Copyright (c) 2002, 2004 Steven H.Levine
    10 
    11   Revisions     23 Nov 02 SHL - RootName: rework for sanity
    12                 27 Nov 02 SHL - MakeFullName: correct typo
    13                 11 Jun 03 SHL - Add JFS and FAT32 support
    14                 15 Jun 04 SHL - Implement Jim Read's removable logic
    15                 31 Jul 04 SHL - Comments
    16                 01 Aug 04 SHL - Rework lstrip/rstrip usage
     9  Copyright (c) 2002, 2005 Steven H.Levine
     10
     11  23 Nov 02 SHL RootName: rework for sanity
     12  27 Nov 02 SHL MakeFullName: correct typo
     13  11 Jun 03 SHL Add JFS and FAT32 support
     14  15 Jun 04 SHL Implement Jim Read's removable logic
     15  31 Jul 04 SHL Comments
     16  01 Aug 04 SHL Rework lstrip/rstrip usage
     17  03 Jun 05 SHL Drop CD_DEBUG logic
    1718
    1819***********************************************************************/
     
    228229  ulrc = DosQueryFSAttach(szPath, 0, FSAIL_QUERYNAME,
    229230                          (PFSQBUFFER2)pvBuffer, &clBufferSize);
    230 # define CD_DEBUG 0
    231 
    232231  if (ulrc)
    233232  {
    234233    /* can't get any info at all */
    235 #   ifdef CD_DEBUG
    236     fprintf(stderr, "DosQueryFSAttach %s returned %ul\n",
    237             szPath, ulrc);
    238 #   endif
    239234    DosFreeMem(pvBuffer);
    240235    DosError(FERR_DISABLEHARDERR);
Note: See TracChangeset for help on using the changeset viewer.