Ignore:
Timestamp:
Apr 28, 2011, 7:41:44 PM (14 years ago)
Author:
chris
Message:
  • Cosmetic changes to comments
  • Fix number to string conversion for negative [decimal] numbers (the minus sign was at the wrong location and the two's complement was not respected). This functionality was unused so far but popped up during a code review.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ioctl.c

    r84 r86  
    232232  while (!(ic->iorb.iorbh.Status & IORB_DONE)) {
    233233#   ifndef OS2AHCI_SMP
    234     drv_lock = 0;
     234      drv_lock = 0;
    235235#   endif
    236236    DevHelp_ProcBlock((ULONG) (void _far *) &ic->iorb.iorbh, 30000, 1);
Note: See TracChangeset for help on using the changeset viewer.