Some updates

This commit is contained in:
Michiel Broek
2002-02-16 23:16:42 +00:00
parent 66d13e78eb
commit ea59f6ffa6
10 changed files with 191 additions and 128 deletions

View File

@@ -623,6 +623,7 @@ int KeywordScan()
Found = TRUE;
}
memset(&T, 0, sizeof(T));
T.Area = arecno;
T.Active = FALSE;
T.Cost = file.Cost;
@@ -774,6 +775,7 @@ int FilenameScan()
Found = TRUE;
}
memset(&T, 0, sizeof(T));
T.Area = arecno;
T.Active = FALSE;
T.Cost = file.Cost;
@@ -921,6 +923,7 @@ int NewfileScan(int AskStart)
Found = TRUE;
}
memset(&T, 0, sizeof(T));
T.Area = arecno;
T.Active = FALSE;
T.Cost = file.Cost;