mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-08 10:34:31 +03:00
[project @ 2004-03-05 17:08:28 by jmb]
Let's try again... svn path=/import/netsurf/; revision=586
This commit is contained in:
parent
a9e9def7f4
commit
4108f28975
@ -837,17 +837,19 @@ void ro_msg_dataload(wimp_message *message)
|
||||
while (i != 2) {
|
||||
temp = fgets(url1, 256, fp);
|
||||
if (!temp) {
|
||||
xfree(url1);
|
||||
return;
|
||||
i = 2;
|
||||
break;
|
||||
}
|
||||
|
||||
temp = strip(url1);
|
||||
url = xstrdup(temp);
|
||||
xfree(url1);
|
||||
if (url[0] != '#') { /* not a comment */
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
xfree(url1);
|
||||
if (!temp) return;
|
||||
}
|
||||
|
||||
/* url file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user