Changeset 117 for trunk/src/helpers/except.c
- Timestamp:
- Nov 24, 2001, 2:54:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/except.c
r81 r117 613 613 } 614 614 615 if (DosGetInfoBlocks(&ptib, &ppib) == NO_ERROR) 615 // V0.9.16 (2001-11-02) [pr]: We already got this info. above - this overwrites the 616 // original values before the priority change, which is rather confusing. 617 // if (DosGetInfoBlocks(&ptib, &ppib) == NO_ERROR) 616 618 { 617 619 /* … … 647 649 "\n Process module: 0x%lX (%s)" 648 650 "\n Trapping module: 0x%lX (%s)" 649 "\n Object: %l u\n",651 "\n Object: %ld\n", // V0.9.16 (2001-11-02) [pr]: make this display signed 650 652 ppib->pib_ulpid, 651 653 hMod1, szMod1,
Note:
See TracChangeset
for help on using the changeset viewer.