mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-21 09:40:14 +01:00
Final, working version.
This commit is contained in:
parent
48a7bbe6e4
commit
453cbdaf0b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ void parse_webster_html(char *arg) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// unlink("webster.html"); /* We can still read */
|
unlink("webster.html"); /* We can still read */
|
||||||
|
|
||||||
for ( ; get_line(infile, buf)!=0; ) {
|
for ( ; get_line(infile, buf)!=0; ) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue