Re: giochannel.c typo
- From: Owen Taylor <otaylor redhat com>
- To: Patrick Welche <prlw1 newn cam ac uk>
- Cc: gtk-devel-list gnome org
- Subject: Re: giochannel.c typo
- Date: 31 May 2003 12:43:14 -0400
On Fri, 2003-05-30 at 18:23, Patrick Welche wrote:
> Latest change introduced a typo...
Already fixed thanks to Ray Strode:
Fri May 31 1:17:45 2003 Ray Strode <halfline hawaii rr com>
* glib/giochannel.c (g_io_channel_error_from_errno):
Fix typo: should be G_IO_ERROR_UNKNOWN not
G_ERROR_ERROR_UNKNOWN
Regards,
Owen
> Index: giochannel.c
> ===================================================================
> RCS file: /cvs/gnome/glib/glib/giochannel.c,v
> retrieving revision 1.47
> diff -u -r1.47 giochannel.c
> --- giochannel.c 30 May 2003 21:11:08 -0000 1.47
> +++ giochannel.c 30 May 2003 22:22:38 -0000
> @@ -131,7 +131,7 @@
> g_io_error_get_from_g_error (GIOStatus status,
> GError *err)
> {
> - g_return_val_if_fail (err != NULL, G_ERROR_ERROR_UNKNOWN);
> + g_return_val_if_fail (err != NULL, G_IO_ERROR_UNKNOWN);
>
> switch (status)
> {
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]