Updated dependencies, fixed download filename problem
This commit is contained in:
parent
509b9bbc2b
commit
d6deb46033
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user