mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Minor string changes.
This commit is contained in:
parent
e0e12a8bd9
commit
66643e85ac
74 changed files with 895 additions and 889 deletions
|
|
@ -41,8 +41,8 @@ RSAKey::RSAKey (const String& s)
|
|||
{
|
||||
if (s.containsChar (','))
|
||||
{
|
||||
part1.parseString (s.upToFirstOccurrenceOf (T(","), false, false), 16);
|
||||
part2.parseString (s.fromFirstOccurrenceOf (T(","), false, false), 16);
|
||||
part1.parseString (s.upToFirstOccurrenceOf (",", false, false), 16);
|
||||
part2.parseString (s.fromFirstOccurrenceOf (",", false, false), 16);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue