job-hold-until broken #1581
Closed
job-hold-until broken #1581
Labels
Milestone
Comments
CUPS.org User: mike Fixed in Subversion repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 1.2-current
CUPS.org User: jlovell
job-hold-until is broken due to missing '!' in the "night" comparision:
else if (!strcmp(when, "evening") || strcmp(when, "night"))
Thanks!
The text was updated successfully, but these errors were encountered: