mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
fixes for VS2010 code analysis - hope these are OK else-ware
This commit is contained in:
@@ -414,6 +414,11 @@ TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cm
|
||||
*e++ = '\0';
|
||||
}
|
||||
do {
|
||||
#if (_MSC_VER == 1600)
|
||||
if (!p) {
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
if ((next = strchr(p, ',')) != 0) {
|
||||
*next++ = '\0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user