diff options
Diffstat (limited to 'src/eclipsehelp.cpp')
-rw-r--r-- | src/eclipsehelp.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eclipsehelp.cpp b/src/eclipsehelp.cpp index 2757308..bbb3b01 100644 --- a/src/eclipsehelp.cpp +++ b/src/eclipsehelp.cpp @@ -72,8 +72,7 @@ void EclipseHelp::initialize() m_tocfile = new QFile(name); if (!m_tocfile->open(IO_WriteOnly)) { - err("Could not open file %s for writing\n", name.data()); - exit(1); + term("Could not open file %s for writing\n", name.data()); } // -- initialize its text stream |