mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-06 12:31:32 +02:00
Remove webster lookup since it no longer works (#99)
* removed useless util/webster.c and fixed a couple of potential buffer overruns in the util functions * removed stray utf-8 error chars. I guess someone has used an editor with fancy 's * removed last webster integrations
This commit is contained in:
parent
9a0a096f85
commit
89eb009c4f
8 changed files with 55 additions and 348 deletions
|
|
@ -85,7 +85,7 @@ void read_file(void)
|
|||
while (get_line(fl, line))
|
||||
if (*line != '~')
|
||||
recs++;
|
||||
rewind(fl);
|
||||
rewind(fl);
|
||||
|
||||
for (i = 0; i < recs; i++) {
|
||||
get_line(fl, line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue