Changeset 330
- Timestamp:
- 10/30/2007 06:51:04 PM
- Files:
-
- trunk/ssphys/SSPhysLib/SSObject.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ssphys/SSPhysLib/SSObject.cpp
r157 r330 75 75 { 76 76 std::ostringstream ost; 77 ost << "unkn won record type \"" << pRecord->GetRecordType() << "\" detected ";77 ost << "unknown record type \"" << pRecord->GetType() << "\" detected "; 78 78 ost << "(offset 0x" << std::hex << pRecord->GetOffset() << std::dec << ")"; 79 79 throw SSRecordException (ost.str());
