ossp-pkg/pth/pth_ring.c 1.22 -> 1.23
--- pth_ring.c 2002/10/15 20:34:23 1.22
+++ pth_ring.c 2002/10/24 15:21:14 1.23
@@ -228,7 +228,7 @@
int rc;
if (r == NULL || rns == NULL)
- return_errno(FALSE, EINVAL);
+ return pth_error(FALSE, EINVAL);
rc = FALSE;
rn = r->r_hook;
if (rn != NULL) {
|
|