- Timestamp:
- 04/04/13 14:19:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.cc
r15208 r15253 693 693 return ThrowException(String::New("File name empty.")); 694 694 695 i fstream fin(*file); // izstream does not work: WHY?695 izstream fin(*file); 696 696 if (!fin) 697 697 return ThrowException(String::New(errno!=0?strerror(errno):"Insufficient memory for decompression"));
Note:
See TracChangeset
for help on using the changeset viewer.