Fix compilation with GCC 4.6.
This commit is contained in:
committed by
Tobias Brunner
parent
328b377efa
commit
cb7a9862c6
@@ -319,7 +319,7 @@ static void list_uris(linked_list_t *list, char *label, FILE *out)
|
||||
{
|
||||
if (first)
|
||||
{
|
||||
fprintf(out, label);
|
||||
fprintf(out, "%s", label);
|
||||
first = FALSE;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user