Changeset 807
- Timestamp:
- Oct 6, 2003, 2:16:54 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/listomf.c
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r806 r807 898 898 start = rec_idx; 899 899 len = get_byte (); 900 if (len & 0x80) 901 { /* bird: wondered if this is HL04 and later... */ 902 len = ((0x7f & len) << 8) | get_byte (); 903 } 900 904 if (len == 0) 901 905 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.