mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-3633 --resolve fix trivial compiler error windows c89
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user