Ignore:
Timestamp:
Nov 24, 2001, 2:54:10 PM (24 years ago)
Author:
umoeller
Message:

Tons of changes.

File:
1 edited

Legend:

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

    r81 r117  
    613613    }
    614614
    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)
    616618    {
    617619        /*
     
    647649                    "\n    Process module:  0x%lX (%s)"
    648650                    "\n    Trapping module: 0x%lX (%s)"
    649                     "\n    Object: %lu\n",
     651                    "\n    Object: %ld\n",  // V0.9.16 (2001-11-02) [pr]: make this display signed
    650652                    ppib->pib_ulpid,
    651653                    hMod1, szMod1,
Note: See TracChangeset for help on using the changeset viewer.