mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Lose spurious *
svn path=/trunk/netsurf/; revision=3985
This commit is contained in:
parent
5c1be65e31
commit
488520f2b2
@ -72,7 +72,7 @@ bool directory_convert(struct content *c, int width, int height) {
|
||||
content_broadcast(c, CONTENT_MSG_ERROR, msg_data);
|
||||
return false;
|
||||
}
|
||||
for (cnv = nice_path, tmp = path; *tmp != '\0'; *tmp++) {
|
||||
for (cnv = nice_path, tmp = path; *tmp != '\0'; tmp++) {
|
||||
if (*tmp == '<') {
|
||||
*cnv++ = '&';
|
||||
*cnv++ = 'l';
|
||||
|
Loading…
Reference in New Issue
Block a user