Fixed all ARM-related issues/warnings/etc
This commit is contained in:
parent
dae32ede11
commit
6733bf2a20
44 changed files with 123 additions and 120 deletions
|
|
@ -498,7 +498,7 @@ bool RTMPStream::doHandshake(){
|
|||
char Version;
|
||||
// Read C0
|
||||
if (handshake_in.size() < 1537){
|
||||
FAIL_MSG("Handshake wasn't filled properly (%lu/1537) - aborting!", handshake_in.size());
|
||||
FAIL_MSG("Handshake wasn't filled properly (%zu/1537) - aborting!", handshake_in.size());
|
||||
return false;
|
||||
}
|
||||
Version = RTMPStream::handshake_in[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue