Structure updates, TODO updates

This commit is contained in:
Michiel Broek
2001-12-02 14:57:46 +00:00
parent 8f1f76998c
commit 2415c735c7
8 changed files with 45 additions and 79 deletions

View File

@@ -67,7 +67,7 @@ int Add_BBS()
name_mangle(temp1);
strcpy(frec.Name, temp1);
strcpy(frec.LName, TIC.NewName);
// strcpy(frec.TicArea, TIC.TicIn.Area); /* TIJDELIJK IVM VELDLENGTE */
frec.TicAreaCRC = StringCRC32(TIC.TicIn.Area);
frec.Size = TIC.FileSize;
frec.Crc32 = TIC.Crc_Int;
frec.Announced = TRUE;