mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -183,7 +183,7 @@ void OutputStream::writeText (const String& text, const bool asUnicode,
|
|||
if (writeUnicodeHeaderBytes)
|
||||
write ("\x0ff\x0fe", 2);
|
||||
|
||||
const juce_wchar* src = (const juce_wchar*) text;
|
||||
const juce_wchar* src = text;
|
||||
bool lastCharWasReturn = false;
|
||||
|
||||
while (*src != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue