Skip to content

Commit 7185b20

Browse files
committed
Fix too many parameters to format string
1 parent 6b6fc68 commit 7185b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confluent_kafka/src/confluent_kafka.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ static void common_conf_set_software (rd_kafka_conf_t *conf) {
16891689
"confluent-kafka-python", NULL, 0);
16901690

16911691
snprintf(version, sizeof(version), "%s-rdkafka-%s",
1692-
CFL_VERSION_STR, rd_kafka_version_str(), NULL, 0);
1692+
CFL_VERSION_STR, rd_kafka_version_str());
16931693
rd_kafka_conf_set(conf, "client.software.version", version, NULL, 0);
16941694
}
16951695

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy