Parent: d96c2fd877a318a373347b4befa1ec6b9a46a952
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-02-18 23:17:00
Tree: c2e85c3c42806c3cf1c92af3231875ea8714067c
main.conf: Fix parsing of mode options This replace the use of g_key_file_get_integer, which is limited to only decimal values, to g_key_file_get_string and then use strtol to convert the string value to integer. Fixes: https://github.com/bluez/bluez/issues/293
Diffstat
| M | src/main.c | | | 15 | ++++++++++++- - - |
1 files changed, 12 insertions(+), 3 deletions(-)