You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received a report from Debian user.
backend/serial.c checks ttyc* for Cyclades serial port,
but this device name should be ttyC* (large capital C) (at least in Linux).
--- backend/serial.c.orig 2005-01-10 15:05:27.000000000 +0900
+++ backend/serial.c 2005-01-10 15:05:35.000000000 +0900
@@ -820,7 +820,7 @@
for (i = 0; i < 16; i ++) /* Should be up to 65536 boards... */
for (j = 0; j < 32; j ++)
{
sprintf(device, "/dev/ttyc%d%c", i, funky_hex[j]);
sprintf(device, "/dev/ttyC%d%c", i, funky_hex[j]);
Version: 1.1-current
CUPS.org User: kmuto.debian
I received a report from Debian user.
backend/serial.c checks ttyc* for Cyclades serial port,
but this device name should be ttyC* (large capital C) (at least in Linux).
--- backend/serial.c.orig 2005-01-10 15:05:27.000000000 +0900
+++ backend/serial.c 2005-01-10 15:05:35.000000000 +0900
@@ -820,7 +820,7 @@
for (i = 0; i < 16; i ++) /* Should be up to 65536 boards... */
for (j = 0; j < 32; j ++)
{
{
close(fd);
Thanks,
The text was updated successfully, but these errors were encountered: