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:
parent
37d1cc9394
commit
f125fcf146
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ private:
|
|||
|
||||
for (;;)
|
||||
{
|
||||
char buffer [8192];
|
||||
char buffer [8192] = "";
|
||||
auto num = urlStream->read (buffer, sizeof (buffer));
|
||||
|
||||
if (ThreadPoolJob::getCurrentThreadPoolJob()->shouldExit())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue