Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 698846
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/include/liblas/liblas.hpp
0
++ b/include/liblas/liblas.hpp
Lines 138-143 inline std::istream* Open(std::string const& filename, std::ios::openmode mode) Link Here
138
        ifs = new std::ifstream();
138
        ifs = new std::ifstream();
139
        ifs->open(filename.c_str(), mode);
139
        ifs->open(filename.c_str(), mode);
140
        if (ifs->is_open() == false) return NULL;
140
        if (ifs->is_open() == false) return NULL;
141
        return ifs;
141
    }
142
    }
142
    catch (...)
143
    catch (...)
143
    {
144
    {

Return to bug 698846