diff options
| author | Ray <raysan5@gmail.com> | 2018-03-20 09:53:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-20 09:53:08 +0100 |
| commit | 22c8ea76aaf63d29d21dd416d8d624dbfd322ba4 (patch) | |
| tree | 48bc79be7d164307ca2a328f9357fc700da5645e /src | |
| parent | deffad1701d3aa7066cd6dbfb89c50792ad14627 (diff) | |
| parent | a8e2c7de9c361f060473c8b400bf99750ea86e48 (diff) | |
| download | raylib-22c8ea76aaf63d29d21dd416d8d624dbfd322ba4.tar.gz raylib-22c8ea76aaf63d29d21dd416d8d624dbfd322ba4.zip | |
Merge pull request #510 from mackron/patch-2
Fix an infinite loop in ALSA backend of mini_al.
Diffstat (limited to 'src')
| -rw-r--r-- | src/external/mini_al.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/external/mini_al.h b/src/external/mini_al.h index 6f532ad8..5036d267 100644 --- a/src/external/mini_al.h +++ b/src/external/mini_al.h @@ -6412,6 +6412,7 @@ static mal_result mal_device_init__alsa(mal_context* pContext, mal_device_type t free(NAME); free(DESC); free(IOID); + ppNextDeviceHint += 1; if (foundDevice) { break; |
