Changeset 576 in Sophya for trunk/SophyaLib/BaseTools/ppersist.cc
- Timestamp:
- Nov 16, 1999, 10:28:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppersist.cc
r512 r576 226 226 char rbuf[36]; 227 227 GetRawBytes(rbuf, 32); 228 if (strncmp(rbuf," PlanckDPC-PPersistFile", 22) != 0) {228 if (strncmp(rbuf,"SOS-SOPHYA-PPersistFile", 23) != 0) { 229 229 throw FileFormatExc("PInPersist::PInPersist bad header"); 230 230 } … … 763 763 764 764 // Header 765 PutRawBytes(" PlanckDPC-PPersistFile V1",32);765 PutRawBytes("SOS-SOPHYA-PPersistFile V1 ",32); 766 766 PutRawBytes(bigEndian 767 767 ? "BIG-ENDIAN "
Note:
See TracChangeset
for help on using the changeset viewer.