Ignore:
Timestamp:
04/04/13 14:19:55 (11 years ago)
Author:
tbretz
Message:
The problem with the izsream is solved. It was the allocation of the large chunk of stack memory in izstream - now dynamic
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.cc

    r15208 r15253  
    693693            return ThrowException(String::New("File name empty."));
    694694
    695         ifstream fin(*file); // izstream does not work: WHY?
     695        izstream fin(*file);
    696696        if (!fin)
    697697            return ThrowException(String::New(errno!=0?strerror(errno):"Insufficient memory for decompression"));
Note: See TracChangeset for help on using the changeset viewer.