mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge pull request #499 from synote/2.0release
fix bug for build failure when configure with --log-info
This commit is contained in:
commit
5de65d41f4
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