mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 11:21:24 +00:00
No need to read-modify-write, just set errors to TRUE
This commit is contained in:
parent
4ee44a24a5
commit
cb4f1d389d
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ fluid_shell_run(void* data)
|
|||
break;
|
||||
|
||||
case FLUID_FAILED: /* erronous command */
|
||||
errors |= TRUE;
|
||||
errors = TRUE;
|
||||
case FLUID_OK: /* valid command */
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue