Bug fix in juce_ZipFile.cpp

Hi Jules,

in the following ctor ZipFile::ZipFile (InputStream* const source_, const bool deleteStreamWhenDestroyed_) throw()

it misses the init of inputSource to 0

Thanks,

Sorry! Was in the middle of messing with that file. I’ve checked in a new one now.