]> Sergey Matveev's repositories - st.git/commit
Add error control to iofile
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 28 Oct 2012 05:27:42 +0000 (06:27 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 28 Oct 2012 05:27:42 +0000 (06:27 +0100)
commit5de1468554c98ed8a40ac3d1e5d5c7db2eb1480b
tree0964a1ab765ee2a03ca68558d8aae9c2dd82740e
parentab40392d08babcc02653a5a33352132ea9f1988f
Add error control to iofile
write can write less bytes than we request, so it is necessary check the
return value, in case of error print a message and don't continnue writing
in the file.
---
 st.c |   39 ++++++++++++++++++++++++++++++---------
 1 file changed, 30 insertions(+), 9 deletions(-)
st.c