Ignore:
Timestamp:
Nov 22, 2003, 6:45:23 PM (22 years ago)
Author:
ansari
Message:

Suite modifications PPersist - en particulier, utilisation des RawInOutStream - Reza 22 Nov 2003

File:
1 edited

Legend:

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

    r2458 r2459  
    161161  : RawInOutStream()
    162162{
    163   fip = fopen(path.c_str(),"rb");
     163  fip = fopen(path.c_str(),"wb");
    164164  if (fip == NULL) {
    165165    string errmsg = "RawOutFileStream() - fopen(wb) ERROR - File= ";
Note: See TracChangeset for help on using the changeset viewer.