mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
[Build-System] Update libsrtp to 2.4.0
This commit is contained in:
@@ -80,7 +80,7 @@ void *srtp_crypto_alloc(size_t size)
|
||||
if (ptr) {
|
||||
debug_print(srtp_mod_alloc, "(location: %p) allocated", ptr);
|
||||
} else {
|
||||
debug_print(srtp_mod_alloc, "allocation failed (asked for %d bytes)\n",
|
||||
debug_print(srtp_mod_alloc, "allocation failed (asked for %zu bytes)\n",
|
||||
size);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user