mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Refactored some directory iteration code and other minor clean-ups.
This commit is contained in:
parent
5bbe222266
commit
a7e824032f
37 changed files with 1692 additions and 2016 deletions
|
|
@ -461,10 +461,10 @@ void StringArray::appendNumbersToDuplicates (const bool ignoreCase,
|
|||
const juce_wchar* postNumberString)
|
||||
{
|
||||
if (preNumberString == 0)
|
||||
preNumberString = T(" (");
|
||||
preNumberString = L" (";
|
||||
|
||||
if (postNumberString == 0)
|
||||
postNumberString = T(")");
|
||||
postNumberString = L")";
|
||||
|
||||
for (int i = 0; i < size() - 1; ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue