Changeset 330

Show
Ignore:
Timestamp:
10/30/2007 06:51:04 PM
Author:
ldavis
Message:

Fixed typo. Was not getting any text after pRecord->GetRecordType() (which was probably garbage), so I changed it to at least give me the offset.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ssphys/SSPhysLib/SSObject.cpp

    r157 r330  
    7575    { 
    7676      std::ostringstream ost; 
    77       ost << "unknwon record type \"" << pRecord->GetRecordType() << "\" detected "; 
     77      ost << "unknown record type \"" << pRecord->GetType() << "\" detected "; 
    7878      ost << "(offset 0x" << std::hex << pRecord->GetOffset() << std::dec << ")"; 
    7979      throw SSRecordException (ost.str()); 

PumaCode.org recommends CVSDude for fast, professional Subversion and Trac hosting:

CVSDude.com

These ads are automatically generated by Google. Revenue from these ads helps to pay for hosting this site; however, these ads do not constitute an endorsement by PumaCode.org.