You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/02 15:37:13 UTC

DO NOT REPLY [Bug 20416] - apr_file_eof isn't portable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20416>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20416

apr_file_eof isn't portable





------- Additional Comments From rbb@apache.org  2003-06-02 13:37 -------
hit ennter when I should have hit tab.

apr_file_eof is supposed to return true if the end of the file has been hit.  It
always does so on Unix.  But, on Windows, it only works if the file was opened
for binary reading.  There is no mention in the docs that it is only available
for binary files though.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org