Mike McCormack wrote: > Hi Mehmet, > > I created the problematic change in question. > > Without the change, when StgOpenStorage is called with an existing > zero length file as the filename, it fails because it suceeded in > opening the file but expects it to have valid content... > > Unfortunately, the change was merged incorrectly from the big CW > patch. (the Fad structure is not initiaized) > > Could you try this patch instead please? > > Mike
Thank you, the patch fixes the problem. Mehmet