Ignore:
Timestamp:
Jun 25, 2001, 9:06:00 PM (24 years ago)
Author:
umoeller
Message:

Updates to XCenter and help management.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh.c

    r81 r82  
    476476                           pdp,   sizeof(BIOSPARAMETERBLOCK));
    477477
    478         if (!arc)
     478        /* if (!arc)
    479479        {
    480480            _Pmpf(("      bDeviceType: %d", pdp->bDeviceType));
    481481            _Pmpf(("      bytes per sector: %d", pdp->usBytesPerSector));
    482482            _Pmpf(("      sectors per track: %d", pdp->usSectorsPerTrack));
    483         }
     483        } */
    484484    }
    485485
     
    691691                          &fFixed);    // V0.9.13 (2001-06-14) [umoeller]
    692692
    693     _Pmpf((__FUNCTION__ ": doshIsFixedDisk returned %d for disk %d", arc, ulLogicalDrive));
    694     _Pmpf(("   fFixed is %d", fFixed));
     693    // _Pmpf((__FUNCTION__ ": doshIsFixedDisk returned %d for disk %d", arc, ulLogicalDrive));
     694    // _Pmpf(("   fFixed is %d", fFixed));
    695695
    696696    if (!arc)
     
    702702            arc = doshQueryDiskParams(ulLogicalDrive,
    703703                                      &bpb);
    704             _Pmpf(("   doshQueryDiskParams returned %d", arc));
     704            // _Pmpf(("   doshQueryDiskParams returned %d", arc));
    705705
    706706            if (    (!arc)
     
    708708               )
    709709            {
    710                 _Pmpf(("   --> is CD-ROM"));
     710                // _Pmpf(("   --> is CD-ROM"));
    711711                fCDROM = TRUE;
    712712            }
     
    731731                      NULL);
    732732
    733         _Pmpf(("   DosOpen(OPEN_FLAGS_DASD) returned %d", arc));
     733        // _Pmpf(("   DosOpen(OPEN_FLAGS_DASD) returned %d", arc));
    734734
    735735        // this still returns NO_ERROR for audio CDs in a
     
    808808                        }
    809809
    810                         _Pmpf(("   got %d audio, %d data tracks",
    811                                     ulAudioTracks, ulDataTracks));
     810                        // _Pmpf(("   got %d audio, %d data tracks",
     811                        //             ulAudioTracks, ulDataTracks));
    812812
    813813                        if (!ulDataTracks)
     
    818818                        // not audio disk:
    819819                        // go on then
    820                         _Pmpf(("   CDROMAUDIO_GETAUDIODISK returned %d", arc));
     820                        // _Pmpf(("   CDROMAUDIO_GETAUDIODISK returned %d", arc));
    821821                        arc = NO_ERROR;
    822822                    }
     
    826826            {
    827827                // not CD-ROM: go on then
    828                 _Pmpf(("   CDROMDISK_GETDRIVER returned %d", arc));
     828                // _Pmpf(("   CDROMDISK_GETDRIVER returned %d", arc));
    829829                arc = NO_ERROR;
    830830            }
     
    862862                                     &fsa,
    863863                                     sizeof(fsa));
    864                 _Pmpf(("   re-checked, DosQueryFSInfo returned %d", arc));
     864                // _Pmpf(("   re-checked, DosQueryFSInfo returned %d", arc));
    865865            }
    866866        break;
Note: See TracChangeset for help on using the changeset viewer.