Changeset 1385
- Timestamp:
- Apr 27, 2004, 6:25:42 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/logstrict.c
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1384 r1385 764 764 { 765 765 if (*pcDepth) 766 cDepth = *pcDepth--; 766 { 767 cDepth = *pcDepth; 768 *pcDepth -= 1; 769 } 767 770 else 768 771 cDepth = 0xfe; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.