Module: kamailio
Branch: master
Commit: ae18e409d71d2d4eccb4604bb6f29a121309b54e
URL:
https://github.com/kamailio/kamailio/commit/ae18e409d71d2d4eccb4604bb6f29a1…
Author: Timo Teras <timo.teras(a)iki.fi>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-29T19:58:45+01:00
mtree: use cast to unsigned char for accessing _mt_char_table array
- switched the index from unsigned int to unsigned char
- simplifies the code by avoiding the tests for exceeding the size of the
array
- error message extended to print the full string
- slightly modified version of PR #1343
---
Modified: src/modules/mtree/mtree.c
---
Diff:
https://github.com/kamailio/kamailio/commit/ae18e409d71d2d4eccb4604bb6f29a1…
Patch:
https://github.com/kamailio/kamailio/commit/ae18e409d71d2d4eccb4604bb6f29a1…