removed useless util/webster.c and fixed a couple of potential buffer overruns in the util functions

This commit is contained in:
Thomas Arp 2021-03-09 22:03:02 +01:00
parent 5305783e1b
commit ae7b248165
5 changed files with 48 additions and 248 deletions

View file

@ -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);