[Asterisk-code-review] say: Don't prepend ampersand erroneously. (asterisk[master])
N A
asteriskteam at digium.com
Sun Oct 9 20:09:51 CDT 2022
Attention is currently required from: Sean Bright.
N A has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/19316 )
Change subject: say: Don't prepend ampersand erroneously.
......................................................................
Patch Set 4:
(1 comment)
File main/say.c:
https://gerrit.asterisk.org/c/asterisk/+/19316/comment/8f636bd2_4f1edbf6
PS1, Line 163: ast_str_append(&filenames, 0, (outnum++ == 0 ? "%s" : "&%s"), fn);
> ast_str_append(&filenames, 0, "%s%s", ast_str_strlen(filenames) ? "&" : "", fn); […]
Done
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/19316
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I02c1d3a11d82fe4ea8b462070cbd1effb5834d2b
Gerrit-Change-Number: 19316
Gerrit-PatchSet: 4
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-Attention: Sean Bright <sean at seanbright.com>
Gerrit-Comment-Date: Mon, 10 Oct 2022 01:09:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20221010/21c456ce/attachment-0001.html>
More information about the asterisk-code-review
mailing list