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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp
0
++ b/contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp
Lines 2004-2010 namespace { Link Here
2004
      }
2004
      }
2005
    }
2005
    }
2006
    catch (std::exception &e) {
2006
    catch (std::exception &e) {
2007
      fprintf(stderr, "%s", e.what());
2007
      fprintf(stderr, "Cannot write timestamp to mae file: %s\n", e.what());
2008
      return MOLFILE_ERROR;
2008
      return MOLFILE_ERROR;
2009
    }
2009
    }
2010
    return MOLFILE_SUCCESS;
2010
    return MOLFILE_SUCCESS;

Return to bug 910021