Changeset 689 for trunk/dll/select.c


Ignore:
Timestamp:
Jun 15, 2007, 8:33:24 AM (18 years ago)
Author:
Steven Levine
Message:

Commit OpenWatcom compatibility updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/select.c

    r672 r689  
    466466      didone = TRUE;
    467467      if (pulTotalFiles)
    468         *pulTotalFiles--;
     468        *pulTotalFiles -= 1;
    469469      if (pullTotalBytes)
    470470        *pullTotalBytes -= (pci->cbFile + pci->easize);
Note: See TracChangeset for help on using the changeset viewer.