mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
add simple test for g_path_get_basename().
Tue Sep 18 18:19:33 2001 Tim Janik <timj@gtk.org> * tests/testglib.c: add simple test for g_path_get_basename(). * glib/gfileutils.c (g_file_open_tmp): * glib/gstrfuncs.c (g_strerror): scratch erroneous usages of "illegal".
This commit is contained in:
@@ -652,7 +652,7 @@ g_file_open_tmp (const char *tmpl,
|
||||
g_set_error (error,
|
||||
G_FILE_ERROR,
|
||||
G_FILE_ERROR_FAILED,
|
||||
_("Template '%s' illegal, should not contain a '%s'"),
|
||||
_("Template '%s' invalid, should not contain a '%s'"),
|
||||
tmpl, G_DIR_SEPARATOR_S);
|
||||
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user