parent
e6ac87f5f1
commit
d0ce18885c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue