1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Projucer: Fixed a bug fetching JUCE API data

This commit is contained in:
Tom Poole 2021-01-19 20:31:37 +00:00
parent 37d1cc9394
commit f125fcf146

View file

@ -339,7 +339,7 @@ private:
for (;;)
{
char buffer [8192];
char buffer [8192] = "";
auto num = urlStream->read (buffer, sizeof (buffer));
if (ThreadPoolJob::getCurrentThreadPoolJob()->shouldExit())