mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00:13 +01:00
updated, non-tested version
This commit is contained in:
parent
7e5ad046f2
commit
66f9353ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ void parse_webster_html(char *arg) {
|
|||
q = outline;
|
||||
|
||||
while (*p != '<')
|
||||
*q++ = p++;
|
||||
*q++ = *p++;
|
||||
|
||||
if (!strncmp(p, "<td ", 4))
|
||||
*q++ = '\n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue