mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Minor string literal tidy-ups.
This commit is contained in:
parent
f316faaa04
commit
841a6665bd
148 changed files with 2219 additions and 2273 deletions
|
|
@ -39,7 +39,7 @@ RSAKey::RSAKey()
|
|||
|
||||
RSAKey::RSAKey (const String& s)
|
||||
{
|
||||
if (s.containsChar (T(',')))
|
||||
if (s.containsChar (','))
|
||||
{
|
||||
part1.parseString (s.upToFirstOccurrenceOf (T(","), false, false), 16);
|
||||
part2.parseString (s.fromFirstOccurrenceOf (T(","), false, false), 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue