Changeset 2664 in Sophya
- Timestamp:
- Apr 7, 2005, 5:49:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppfbinstream.cc
r2660 r2664 1091 1091 case PPS_ENDOBJECT : 1092 1092 GetRawU8(oid); 1093 idxind--; 1094 idxindent = (idxind >= 0) ? idxind : 0; 1093 1095 cout << indents[idxindent] 1094 1096 << "<PPS_ENDOBJECT> tag at position " << hex << cpos << " ObjectId= " 1095 1097 << oid << dec << endl; 1096 idxind--;1097 idxindent = (idxind >= 0) ? idxind : 0;1098 1098 break; 1099 1099
Note:
See TracChangeset
for help on using the changeset viewer.