]> git.alsa-project.org Git - alsa-lib.git/commit
src/topology/parser.c: drop duplicate safe_strtol_base
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 1 Jan 2022 16:20:47 +0000 (17:20 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 1 Jan 2022 16:50:27 +0000 (17:50 +0100)
commit47252054b4a2d5c8382cb1342f5d4eb89dabf95f
treedf39b6e954a5c12abb04b7fb39d9a24a94b02aba
parentd6adde0e32376554e461098dcd7cfdb824fabd1e
src/topology/parser.c: drop duplicate safe_strtol_base

The safe_strtol_base() function is defined twice since
f547b2e3 ("conf: introduce safe_strtol_base()") and
5fab157a ("topology: do not call strtol directly")
resulting in the following build failure when alsa-utils is built
statically because safe_strtol_base is defined twice.

Fixes: http://autobuild.buildroot.org/results/08d028004090b2a8292f03910cb9bf80a73ac804
Fixes: https://github.com/alsa-project/alsa-lib/pull/207
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/topology/parser.c