Code cleanup
This commit is contained in:
parent
3b2f968844
commit
ae6bd533fe
@ -59,7 +59,7 @@ static gchar * _ghtml_make_url(gchar const * base, gchar const * url)
|
||||
return g_strdup_printf("%s%s", base, url);
|
||||
}
|
||||
/* construct from basename */
|
||||
if((b = strdup(base)) == NULL)
|
||||
if((b = g_strdup(base)) == NULL)
|
||||
return NULL;
|
||||
p = b;
|
||||
/* FIXME implement other protocols */
|
||||
|
Loading…
Reference in New Issue
Block a user