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