mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 01:51:44 +01:00
updated, non-tested version
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user