Thread: zip-missing
View Single Post
Old 06-11-2006, 04:09 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

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.
Harm is offline   Reply With Quote