Changeset 576 in Sophya for trunk/SophyaLib/BaseTools/ppersist.cc


Ignore:
Timestamp:
Nov 16, 1999, 10:28:20 AM (26 years ago)
Author:
ansari
Message:

PPersist version SOPHYA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppersist.cc

    r512 r576  
    226226  char rbuf[36];
    227227  GetRawBytes(rbuf, 32);
    228   if (strncmp(rbuf,"PlanckDPC-PPersistFile", 22) != 0)  {
     228  if (strncmp(rbuf,"SOS-SOPHYA-PPersistFile", 23) != 0)  {
    229229    throw FileFormatExc("PInPersist::PInPersist  bad header");
    230230  }
     
    763763
    764764  // Header
    765   PutRawBytes("PlanckDPC-PPersistFile V1                ",32);
     765  PutRawBytes("SOS-SOPHYA-PPersistFile V1               ",32);
    766766  PutRawBytes(bigEndian
    767767           ? "BIG-ENDIAN                             "
Note: See TracChangeset for help on using the changeset viewer.