mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
spelling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9864 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1233,7 +1233,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_digit_stream_new(switch_ivr_digit_str
|
||||
{
|
||||
switch_status_t status = SWITCH_STATUS_FALSE;
|
||||
|
||||
/* if we have a paser object memory pool and a stream object pointer that is null */
|
||||
/* if we have a parser object memory pool and a stream object pointer that is null */
|
||||
if (parser != NULL && parser->pool && stream != NULL && *stream == NULL) {
|
||||
*stream = (switch_ivr_digit_stream_t *) switch_core_alloc(parser->pool, sizeof(switch_ivr_digit_stream_t));
|
||||
if (*stream != NULL) {
|
||||
|
Reference in New Issue
Block a user