]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix arguments in mantohtml
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 7 Jan 2025 13:54:28 +0000 (14:54 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 7 Jan 2025 13:54:28 +0000 (14:54 +0100)
man/mantohtml.c

index a46b70ea3a8a78dceea1e214c9e80653a3693a96..b539abab0c93b89873422be9713eea1ee152429d 100644 (file)
@@ -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;