Changeset 1317 for trunk/src


Ignore:
Timestamp:
Mar 17, 2004, 5:03:34 AM (21 years ago)
Author:
bird
Message:

depth correction.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1316 r1317  
    709709    {
    710710        if (*pcDepth)
    711             cDepth = --*pcDepth;
     711            cDepth = *pcDepth--;
    712712        else
    713713            cDepth = 0xfe;
Note: See TracChangeset for help on using the changeset viewer.