[syslog-ng]1.9.3 compatibility with glib 2.2
Balazs Scheidler
syslog-ng@lists.balabit.hu
Mon, 28 Feb 2005 09:58:17 +0100
Hi,
Thanks, committed this change.
On Mon, 2005-02-28 at 09:36 +0100, Gilles Demarty wrote:
>
> # diff afinter.c ~/syslog-1.9.3-patched/src/afinter.c
> 35c35
> < return !!g_queue_get_length(internal_msg_queue);
> ---
> > return !g_queue_is_empty(internal_msg_queue);
> 41c41
> < return !!g_queue_get_length(internal_msg_queue);
> ---
> > return !g_queue_is_empty(internal_msg_queue);
>
> my ¤.02
>
--
Bazsi