]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config_options.c: Fix truncation of option descriptions.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 15:58:41 +0000 (10:58 -0500)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 12 Dec 2023 14:40:22 +0000 (14:40 +0000)
commit183954bed3ba9f9897979fd48d8375d7aab85b80
tree8cc52e36b993bf623dbcf28d35179acc1366992e
parentce1f4b3018ff10bd1984548da06f3c31c08818c2
config_options.c: Fix truncation of option descriptions.

This increases the format width of option descriptions
to avoid needless truncation for longer descriptions.

Resolves: #428
main/config_options.c