]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config.c: retain leading whitespace before comments
authorAllan Nathanson <42244061+Allan-N@users.noreply.github.com>
Wed, 30 Oct 2024 20:52:41 +0000 (16:52 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:42:28 +0000 (18:42 +0000)
commit139bdb25e422830574ab2284c024add9a045153e
treef5b35c1a711c099d5508135a3373237ff315d374
parentf680ce9d7b3a1eccafdba2e60ce09021fcf99582
config.c: retain leading whitespace before comments

Configurations loaded with the ast_config_load2() API and later written
out with ast_config_text_file_save2() will have any leading whitespace
stripped away.  The APIs should make reasonable efforts to maintain the
content and formatting of the configuration files.

This change retains any leading whitespace from comment lines that start
with a ";".

Resolves: https://github.com/asterisk/asterisk/issues/970
(cherry picked from commit 1cb741df4aaa3588281f1c19524822b89bce61ae)
main/config.c