Module: sems Branch: master Commit: 8951df3766a30c05dae8f70a940ef8f78a638bf3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=8951df3766a30c05dae8f70a940ef8f78a638bf3
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Feb 6 20:34:02 2012 +0100 b/f: dont warn on and --- apps/sbc/ParamReplacer.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/apps/sbc/ParamReplacer.cpp b/apps/sbc/ParamReplacer.cpp index 3241f44..783fbae 100644 --- a/apps/sbc/ParamReplacer.cpp +++ b/apps/sbc/ParamReplacer.cpp @@ -343,7 +343,8 @@ string replaceParameters(const string& s, } char operation = s[p+1]; - if (operation != 'U' && operation != 'l') { + if (operation != 'U' && operation != 'l' + && operation != 's' && operation != '5') { WARN("Error parsing $_%c string modifier: unknown operator '%c'\n", operation, operation); } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
