Broken Pipe?
An fread() call was failing in one of my packfile routines, so I used the following code to extract an error message:
if(ferror(file->stdFile)) SYS_Log("Error : %s\n", strerror(ferror(file->stdFile)));
The text that ended up in the logfile was:
Error : Broken pipe
What''s this mean? I couldn''t find any mention of it in the documentation (I am using VC++5). Please Help!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement