FS-3633 --resolve fix trivial compiler error windows c89
This commit is contained in:
parent
2555ddb4b2
commit
adf6cb5219
|
@ -1494,9 +1494,10 @@ static int sofia_dialog_probe_callback(void *pArg, int argc, char **argv, char *
|
|||
char remote_display_buf[512];
|
||||
char *buf_to_free = NULL;
|
||||
int bInternal = 0;
|
||||
int i;
|
||||
|
||||
if (mod_sofia_globals.debug_presence > 1) {
|
||||
for (int i = 0; i < argc; i++) {
|
||||
for (i = 0; i < argc; i++) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG, "sofia_dialog_probe_callback: %d [%s]=[%s]\n", i, columnNames[i], argv[i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue