From: fliep Date: Fri, 30 Apr 2010 11:02:23 +0000 (+0000) Subject: Fixed regression I introduced while fixing Gtk-doc warnings X-Git-Tag: v0.9~216 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=09328abe38e3cf72e23e36366f8479869bfcfcb8;p=projects%2Fchimara%2Fchimara.git Fixed regression I introduced while fixing Gtk-doc warnings --- diff --git a/libchimara/glkunix.c b/libchimara/glkunix.c index 13b44ec..83d8989 100644 --- a/libchimara/glkunix.c +++ b/libchimara/glkunix.c @@ -34,7 +34,7 @@ glkunix_stream_open_pathname(char *pathname, glui32 textmode, glui32 rock) g_return_val_if_fail(pathname, NULL); g_return_val_if_fail(strlen(pathname) > 0, NULL); - frefid_t fileref = fileref_new(pathname, rock, usage, filemode_Read); + frefid_t fileref = fileref_new(pathname, rock, textmode, filemode_Read); return file_stream_new(fileref, filemode_Read, rock, FALSE); }