Small fixes again

This commit is contained in:
Michiel Broek
2002-07-14 13:47:21 +00:00
parent 1740ee0c84
commit 0fac0fcdb5
4 changed files with 287 additions and 237 deletions

View File

@@ -169,6 +169,14 @@ int ProcessTic(fa_list *sbl)
return 1;
}
tidy_faddr(p_from);
/*
* Try to load the .TIC area again.
*/
if (!SearchTic(TIC.TicIn.Area)) {
Bad((char *)"Reload of new created file area %s failed", TIC.TicIn.Area);
free(Temp);
return 1;
}
}
if ((tic.Secure) && (!TIC.TicIn.Hatch)) {