Skip to content
Prev 53809 / 63421 Next

[New Patch] Fix disk corruption when writing

Le 05/07/2017 ? 14:46, Serguei Sokol a ?crit :
I correct myself. In my test, fprintf() returned -1 for another reason (connection was already closed
at this moment)
However, if fvprintf(...) is followed by res=fflush(con) then res is -1
if we try to write on /dev/full. May be we have to use this to trigger
an error message in R.

Serguei.