If no setting for "print-scaling" is provided via IPP attribute pr
command line option there is no default valur for it and we get
undefined behavior and also a scary "should never happen" message in
the log.
Now we check after parsing the appropriate IPP attributes and command
line options whether a setting was provided. If not, we use "auto".
param.cropfit=1;
}
}
+ if (!param.autoprint && !param.autofit && !param.fitplot &&
+ !param.fillprint && !param.cropfit)
+ param.autoprint = true;
}
if (ppd && (ppd->landscape < 0)) { // direction the printer rotates landscape (90 or -90)