Skip to content
Snippets Groups Projects
Commit 65b786e3 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Also print system error message where operating system call failed.

parent 1d9f0473
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ writePA(bFiledataPA *bfd, size_t amount)
if ( iret == -1 )
{
xabort ( "did not succeed writing buffer" );
SysError ( "did not succeed writing buffer" );
}
else
xdebug ( "buffer written to %s", bfd->name );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment