Changeset 1385


Ignore:
Timestamp:
Apr 27, 2004, 6:25:42 PM (21 years ago)
Author:
bird
Message:

Fixed depth trouble in leave.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/logstrict.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1384 r1385  
    764764    {
    765765        if (*pcDepth)
    766             cDepth = *pcDepth--;
     766        {
     767            cDepth = *pcDepth;
     768            *pcDepth -= 1;
     769        }
    767770        else
    768771            cDepth = 0xfe;
Note: See TracChangeset for help on using the changeset viewer.