commit | 1d96caaa4b195043f84a0c83277b2038af4a7b50 | [log] [tgz] |
---|---|---|
author | David Mandelberg <david@mandelberg.org> | Fri Apr 18 11:41:44 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Apr 18 11:41:44 2025 +0200 |
tree | c7bb44f9f27056177862cdf9414bcebfa6f4734c | |
parent | 98800979dc109e03f390a0472b14ed89189e02fe [diff] [blame] |
patch 9.1.1320: filetype: alsoft config files are not recognized Problem: filetype: alsoft config files are not recognized Solution: detect alsoft config files as dosini filetype (David Mandelberg) References: * code with paths to config: ReadALConfig() in https://github.com/kcat/openal-soft/blob/master/alc/alconfig.cpp * example config: https://github.com/kcat/openal-soft/blob/master/alsoftrc.sample closes: #17140 Signed-off-by: David Mandelberg <david@mandelberg.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 952c742..c255361 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1320, +/**/ 1319, /**/ 1318,