mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug for build failure when configure with --log-info
wrong use of size in SrsStream::initialize of srs_kernel_stream.cpp
This commit is contained in:
parent
fe4cdceb15
commit
9b01aad220
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int SrsStream::initialize(char* b, int nb)
|
|||
|
||||
nb_bytes = nb;
|
||||
p = bytes = b;
|
||||
srs_info("init stream ok, size=%d", size);
|
||||
srs_info("init stream ok, size=%d", size());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue