Updated dependencies, fixed download filename problem

This commit is contained in:
Michiel Broek 2002-02-16 12:25:40 +00:00
parent 509b9bbc2b
commit d6deb46033
2 changed files with 5 additions and 0 deletions

View File

@ -4624,3 +4624,7 @@ v0.33.20 10-Feb-2002
mbcico:
Fixed binkp driver to accept incoming unprotected sessions.
mbsebbs:
On some systems the download taglists contained garbage after
the short filename causing wrong filenames at the users side.

View File

@ -123,6 +123,7 @@ void File_List()
while (fread(&file, sizeof(file), 1, pFile) == 1) {
memset(&T, 0, sizeof(T));
T.Area = iAreaNumber;
T.Active = FALSE;
T.Cost = file.Cost;