Skip to content

Commit

Permalink
Revert "another place that needs to be utf8 encoded"
Browse files Browse the repository at this point in the history
This reverts commit 12b5e54.
  • Loading branch information
rncbc committed Apr 30, 2024
1 parent 73c8cc0 commit b728bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qsynthSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ void qsynthSetup::realize (void)
else
sAudioKey += "device";
::fluid_settings_setstr(m_pFluidSettings,
sAudioKey.toUtf8().data(),
sAudioDevice.toUtf8().data());
sAudioKey.toLocal8Bit().data(),
sAudioDevice.toLocal8Bit().data());
}
if (!sJackName.isEmpty()) {
pszKey = (char *) "audio.jack.id";
Expand Down

0 comments on commit b728bf6

Please sign in to comment.