css: Fix printing code for CSS strings and idents
It used to infloop on special characters.
This commit is contained in:
@ -1051,6 +1051,7 @@ _gtk_css_print_string (GString *str,
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
string++;
|
||||
} while (*string);
|
||||
|
||||
g_string_append_c (str, '"');
|
||||
|
||||
Reference in New Issue
Block a user