mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Code clean-ups. Jucer development.
This commit is contained in:
parent
22e02cf791
commit
1751beed57
145 changed files with 2247 additions and 1853 deletions
|
|
@ -477,7 +477,7 @@ public:
|
|||
break;
|
||||
|
||||
logError (hr);
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
|
||||
writeOffset = (writeOffset + dwSize1 + dwSize2) % totalBytesPerBuffer;
|
||||
|
|
@ -649,7 +649,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
logError (hr);
|
||||
}
|
||||
|
||||
|
|
@ -920,7 +920,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
|
||||
readOffset = (readOffset + dwsize1 + dwsize2) % totalBytesPerBuffer;
|
||||
|
|
@ -930,7 +930,7 @@ public:
|
|||
else
|
||||
{
|
||||
logError (hr);
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
|
||||
bytesFilled -= bytesPerBuffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue