libcups
libcups copied to clipboard
Refactor "strlen(opt) - 1" as "strlen(opt + 1)"
This is beneficial towards optimization because opt + 1 appears elsewhere in the code, allowing for more optimization passes in compilers.