ossp-pkg/sio/sio.c 1.15 -> 1.16
--- sio.c 2002/11/28 16:39:40 1.15
+++ sio.c 2002/11/29 13:00:18 1.16
@@ -134,7 +134,7 @@
rc = SIO_SCHED_UP;
h = chain;
while (h != NULL) {
- rc = h->func(sio, h->al, h->stage->userdata);
+ rc = h->func(sio, h->al, h->stage->userdata, rc);
/* chose default direction */
if (rc == SIO_OK) {
|
|