Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
fb0629ebff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/juce_core/misc/juce_ZipFile.cpp

+ 1
- 1
src/juce_core/misc/juce_ZipFile.cpp View File

@@ -93,7 +93,7 @@ public:
~ZipInputStream() throw()
{
#ifdef JUCE_DEBUG
#ifdef JUCE_DEBUG
if (inputStream != 0 && inputStream == file.inputStream)
file.numOpenStreams--;
#endif


Loading…
Cancel
Save