mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7966: fix more msvc 2015 build warnings.
This commit is contained in:
@@ -277,7 +277,7 @@ channelRead(TChannel * const channelP,
|
||||
*bytesReceivedP = rc;
|
||||
|
||||
if (ChannelTraceIsActive)
|
||||
fprintf(stderr, "Abyss channel: read %u bytes: '%.*s'\n", bytesReceivedP, (int)(*bytesReceivedP), buffer);
|
||||
fprintf(stderr, "Abyss channel: read %u bytes: '%.*s'\n", *bytesReceivedP, (int)(*bytesReceivedP), buffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user