Skip to content
Unverified Commit 3720add7 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add a wrapper to determine if a file is EOF



The stream is already closed at this point. Which means feof will always
return false. We have to determine if the stream is EOF in the
preCloseCallback. And pass this info along. Then the logic works as
expected.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent 61d66d79
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment