{
int i, exlen;
switch_stream_handle_t stream = { 0 };
- test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 };
+ test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream);
{
int i, exlen;
switch_stream_handle_t stream = { 0 };
- test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 };
+ test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream);
{
int i, exlen;
switch_stream_handle_t stream = { 0 };
- test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 };
+ test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream);
{
int i, exlen;
switch_stream_handle_t stream = { 0 };
- test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 };
+ test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream);