Small fixes in diesel library

This commit is contained in:
Michiel Broek
2002-05-11 15:30:34 +00:00
parent 741e8a077d
commit 601474e212
3 changed files with 16 additions and 8 deletions

View File

@@ -771,8 +771,11 @@ int ProcessTic(fa_list *sbl)
Magic_CopyFile();
Magic_UnpackFile();
Magic_AdoptFile();
Syslog('f', "Almost at end of ptic");
sprintf(Temp, "%s/%s", TIC.Inbound, TIC.TicName);
Syslog('f', "About to erase \"%s\"", Temp);
unlink(Temp);
free(Temp);
return 0;