mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05:00
StripSpaces: only strip spaces
StripWhitespace maintains old behavior
This commit is contained in:
@@ -95,7 +95,7 @@ void BroadbandAdapterSettingsDialog::InitControls()
|
||||
|
||||
void BroadbandAdapterSettingsDialog::SaveAddress()
|
||||
{
|
||||
const std::string bba_new_address(StripSpaces(m_address_input->text().toStdString()));
|
||||
const std::string bba_new_address(StripWhitespace(m_address_input->text().toStdString()));
|
||||
|
||||
switch (m_bba_type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user