ossp-pkg/sio/sio.c 1.20 -> 1.21
--- sio.c 2003/01/06 19:04:56 1.20
+++ sio.c 2003/01/20 16:16:40 1.21
@@ -729,6 +729,8 @@
else
rc = sio_output(sio, al);
+ *actualp = n - al_bytes(al);
+
arc = al_destroy(al);
if (arc != AL_OK) return SIO_RC(SIO_ERR_INT);
|
|