BTW: It seems like translations are applied twice. For example, usage()
is defined like this in lpq.c:
666 static void
667 usage(void)
668 {
669 _cupsLangPuts(stderr,
670 _("Usage: lpq [-P dest] [-U username] [-h hostname[:port]] "
671 "[-l] [+interval]c"));
672 exit(1);
673 }
If I remove the _() around the string, I would expect the string to be
output as is, but the translation is still applied by _cupsLangPuts().
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/953321
Title:
lpq and lpstat output empty lines only
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/953321/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs