Check-in Number:
|
2658 | |
Date: |
2002-Oct-24 11:39:01 (local)
2002-Oct-24 09:39:01 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix type |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/pth_msg.c 1.23 -> 1.24
--- pth_msg.c 2002/10/23 13:55:49 1.23
+++ pth_msg.c 2002/10/24 09:39:01 1.24
@@ -131,7 +131,7 @@
pth_message_t *m;
if (mp == NULL)
- return_errno(FALSE, EINVAL);
+ return_errno(NULL, EINVAL);
m = (pth_message_t *)pth_ring_pop(&mp->mp_queue);
return m;
}
|
|