You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that what I said. If you do that with normal file it will get 0 length. So following "seek" has no sense then. debug fs may ignore "truncate" request, but that does not cancel the fact code tries to do it. Looks like bug.
I'm trying to write normal C++ code implementing this idea.
So I found something weird into library used:
Are you sure it should be
w+b
? BecauseSo it should truncate content, then
seek
looks useless there.The text was updated successfully, but these errors were encountered: