mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02:00
Fix the build
svn path=/branches/glib-2-16/; revision=7216
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-07-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gfile.c: Make it compile.
|
||||
|
||||
2008-07-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merge from trunk:
|
||||
|
@@ -4015,7 +4015,7 @@ open_read_async_thread (GSimpleAsyncResult *res,
|
||||
|
||||
if (iface->read_fn == NULL)
|
||||
{
|
||||
g_set_error_literal (error, G_IO_ERROR,
|
||||
g_set_error (error, G_IO_ERROR,
|
||||
G_IO_ERROR_NOT_SUPPORTED,
|
||||
_("Operation not supported"));
|
||||
|
||||
|
Reference in New Issue
Block a user