Advertisement

Broken Pipe?

Started by December 14, 2000 11:33 PM
-1 comments, last by Torin 24 years ago
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