Skip to content

Commit

Permalink
Backport
Browse files Browse the repository at this point in the history
svn path=/branches/wii/mono/; revision=130826
  • Loading branch information
migueldeicaza committed Apr 2, 2009
1 parent 7808c43 commit f5d8d3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eglib/src/gpath.c
Expand Up @@ -47,7 +47,9 @@ g_build_path (const gchar *separator, const gchar *first_element, ...)
va_list args;

g_return_val_if_fail (separator != NULL, NULL);
g_return_val_if_fail (first_element != NULL, NULL);

if (first_element == NULL)
return g_strdup ("");

result = g_string_sized_new (48);

Expand Down

0 comments on commit f5d8d3e

Please sign in to comment.