Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.2.6 CUPS.org User: splite
The fix to STR #2073 in 1.2.6 is itself broken, again causing infinite output from lpstat -l -p when printer instances are defined.
--- systemv/lpstat.c.orig 2006-11-02 15:01:54.000000000 -0500 +++ systemv/lpstat.c 2006-11-13 16:35:50.000000000 -0500 @@ -2038,7 +2038,7 @@ if (reasons) { _cupsLangPuts(stdout, _("\tAlerts:"));
for (j = 0; j < reasons->num_values; i ++)
for (j = 0; j < reasons->num_values; j ++) _cupsLangPrintf(stdout, " %s", reasons->values[j].string.text); _cupsLangPuts(stdout, "\n");
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Fixed in Subversion repository.
Sorry, something went wrong.
No branches or pull requests
Version: 1.2.6
CUPS.org User: splite
The fix to STR #2073 in 1.2.6 is itself broken, again causing infinite output from lpstat -l -p when printer instances are defined.
--- systemv/lpstat.c.orig 2006-11-02 15:01:54.000000000 -0500
+++ systemv/lpstat.c 2006-11-13 16:35:50.000000000 -0500
@@ -2038,7 +2038,7 @@
if (reasons)
{
_cupsLangPuts(stdout, _("\tAlerts:"));
The text was updated successfully, but these errors were encountered: