Changeset 2459 in Sophya for trunk/SophyaLib/BaseTools/rawstream.cc
- Timestamp:
- Nov 22, 2003, 6:45:23 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/rawstream.cc
r2458 r2459 161 161 : RawInOutStream() 162 162 { 163 fip = fopen(path.c_str()," rb");163 fip = fopen(path.c_str(),"wb"); 164 164 if (fip == NULL) { 165 165 string errmsg = "RawOutFileStream() - fopen(wb) ERROR - File= ";
Note:
See TracChangeset
for help on using the changeset viewer.