mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
More string tidying-up. Possible fix for win32 mutexes failing under strange circumstances.
This commit is contained in:
parent
ef36a42ee6
commit
04351861ae
18 changed files with 357 additions and 533 deletions
|
|
@ -153,7 +153,7 @@ public:
|
|||
buffer[i] = (juce_wchar) (1 + Random::getSystemRandom().nextInt (0xff));
|
||||
}
|
||||
|
||||
return buffer;
|
||||
return CharPointer_UTF32 (buffer);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue