Skip to content
Snippets Groups Projects
Commit f4f20660 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 020d0dd1
No related branches found
No related tags found
No related merge requests found
// $Id: SafeIO.cpp,v 1.7 2006-02-26 16:26:08 geuzaine Exp $ // $Id: SafeIO.cpp,v 1.8 2006-02-26 16:33:50 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -68,7 +68,6 @@ int safe_fwrite(const void *ptr, size_t size, size_t nmemb, FILE * stream) ...@@ -68,7 +68,6 @@ int safe_fwrite(const void *ptr, size_t size, size_t nmemb, FILE * stream)
Msg(GERROR, "Disk full"); Msg(GERROR, "Disk full");
else else
Msg(GERROR, strerror(errno)); Msg(GERROR, strerror(errno));
Msg(GERROR, "Truncating output file");
if(fflush(stream) < 0) if(fflush(stream) < 0)
Msg(GERROR, "EOF reached"); Msg(GERROR, "EOF reached");
if(fclose(stream) < 0) if(fclose(stream) < 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment