mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Minor clean-ups
This commit is contained in:
parent
4e6e2a396e
commit
91d9c96338
23 changed files with 34 additions and 34 deletions
|
|
@ -178,9 +178,9 @@ namespace FileHelpers
|
|||
StringArray toks;
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
toks.addTokens (p, "\\/", String::empty);
|
||||
toks.addTokens (p, "\\/", StringRef());
|
||||
#else
|
||||
toks.addTokens (p, "/", String::empty);
|
||||
toks.addTokens (p, "/", StringRef());
|
||||
#endif
|
||||
|
||||
while (toks[0] == ".")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue