mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-05 12:30:16 +01:00
removed useless util/webster.c and fixed a couple of potential buffer overruns in the util functions
This commit is contained in:
parent
5305783e1b
commit
ae7b248165
5 changed files with 48 additions and 248 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