On 06/13/2011 07:28 PM, Holger Hans Peter Freyther wrote:
> so is IS_OOP(NULL) well defined, giving other code.. I think it is not safe.
> So do we add a null check there? or do we use another OOP for aysnc file
> notifications?
diff --git a/libgst/sysdep/posix/events.c b/libgst/sysdep/posix/events.c
index ab2a88e..b40d7aa 100644
--- a/libgst/sysdep/posix/events.c
+++ b/libgst/sysdep/posix/events.c
@@ -342,6 +342,7 @@ file_polling_handler (int sig)
if (num_used_pollfds > 0)
{
static async_queue_entry e = { async_signal_polled_files, NULL, NULL };
+ e.data = _gst_true_oop;
_gst_async_call_internal (&e);
}
any feelings on making the NULL, FALSE, TRUE OOP const?
_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk