06-11-2006, 04:09 AM
|
#5 |
| Too much time... Ultimate Scripter
Join Date: Jul 2003
Posts: 1,462
|
I'm not sure project-ZS expects a sfv file for zip files. Code: if (!CheckForNoSfv(&locations))
{
debug_log("Zip Directory has a sfv inside!!!!\n");
no_check = TRUE;
break;
} The incomplete dirtag is probably created when the sfv file is uploaded. Then the dirtag isn't updated because it shouldn't be there.
|
| |