mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use kernel utility int2str and float2str
This commit is contained in:
parent
6efd2dd27e
commit
9ead08725d
14 changed files with 104 additions and 75 deletions
|
@ -98,7 +98,7 @@ int SrsKafkaProducer::request_metadata()
|
|||
}
|
||||
|
||||
srs_assert(!brokers->args.empty());
|
||||
std::string broker = lb->select<string>(brokers->args);
|
||||
std::string broker = lb->select(brokers->args);
|
||||
|
||||
if (true) {
|
||||
std::string senabled = srs_bool2switch(enabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue