Skip to content

Commit

Permalink
Исправлена обработка параметра командной строки "/volume".
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed May 14, 2024
1 parent c2a353c commit 2ed13de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/mplayerc/AppSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,6 @@ void CAppSettings::ParseCommandLine(cmdLine& cmdln)
}
else if (sw == L"volume" && next_available) {
auto volumeValue = _wtoi(*it++);
nCLSwitches |= CLSW_CLIPBOARD;
if (volumeValue >= 0 && volumeValue <= 100) {
nCmdVolume = volumeValue;
nCLSwitches |= CLSW_VOLUME;
Expand Down

0 comments on commit 2ed13de

Please sign in to comment.