]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix coverity-detected typo.
authorMichael R Sweet <msweet@msweet.org>
Tue, 25 Apr 2023 11:34:20 +0000 (07:34 -0400)
committerMichael R Sweet <msweet@msweet.org>
Tue, 25 Apr 2023 11:34:20 +0000 (07:34 -0400)
tools/ippeveprinter.c

index 83373c8955bcc7b475fa5ad81996f1ece047b1a8..c41deeecf8aa5d54626f9f8c41f9410301629e6f 100644 (file)
@@ -8859,7 +8859,7 @@ valid_job_attributes(
             }
             else
             {
-              y_min = ippGetRange(y_dim, 0, &x_max);
+              y_min = ippGetRange(y_dim, 0, &y_max);
             }
 
            if ((x_value < x_min || x_value > x_max) && (y_value < y_min || y_value > y_max))