From: Zdenek Dohnal Date: Tue, 7 Jan 2025 13:54:28 +0000 (+0100) Subject: Fix arguments in mantohtml X-Git-Tag: v2.4.12~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5148ce721499219eb8ada1b001e43255e62ccf1;p=thirdparty%2Fcups.git Fix arguments in mantohtml --- diff --git a/man/mantohtml.c b/man/mantohtml.c index a46b70ea3a..b539abab0c 100644 --- a/man/mantohtml.c +++ b/man/mantohtml.c @@ -588,7 +588,7 @@ main(int argc, /* I - Number of command-line args */ float amount = 3.0f; /* Indentation */ if (line[3]) - amount = (float)atof(line + 4, NULL); + amount = (float)atof(line + 4); fputs(end_fonts[font], outfile); font = 0;