Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File appender fails if the file has zero bytes #2

Open
GoogleCodeExporter opened this issue Mar 4, 2016 · 0 comments
Open

File appender fails if the file has zero bytes #2

GoogleCodeExporter opened this issue Mar 4, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The "append" function will fail if the file "data.log" is empty (zero bytes
length).
There's a work around by now, just write one single character to it, that's
it. Of course, if you put a line of characters (like a comment) it will
work too.
The pseudo-code to fix this bug is included in the nanofat.cpp, as soon as
I have some spare time I'll fix it.

Original issue reported on code.google.com by strea...@gmail.com on 19 Apr 2009 at 10:41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant