]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Err, oops. Made it const to verify that it wasn't altered, but forgot to revert...
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 15 Nov 2010 18:05:49 +0000 (18:05 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 15 Nov 2010 18:05:49 +0000 (18:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@295031 65c4cc65-6c06-0410-ace0-fbb531ad65f3

tests/test_expr.c

index d5ae6f540babac1ffc32d58d82fea62b16f1106e..35f754edda0608b57fbc2c6a7dc6f429ff8157f3 100644 (file)
@@ -43,7 +43,7 @@ AST_TEST_DEFINE(expr_test)
 {
        int res = AST_TEST_PASS, i, len;
        struct {
-               const char *input;
+               char *input;
                const char *output;
        } tests[] = {
                { "2 + 2", "4" },