mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
@@ -415,8 +415,8 @@ TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cm
|
|||||||
}
|
}
|
||||||
do {
|
do {
|
||||||
#if (_MSC_VER == 1600)
|
#if (_MSC_VER == 1600)
|
||||||
if (!p) {
|
if (!p) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if ((next = strchr(p, ',')) != 0) {
|
if ((next = strchr(p, ',')) != 0) {
|
||||||
|
Reference in New Issue
Block a user