Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488206
Collapse All | Expand All

(-)cups/usersys.c.old (-2 / +5 lines)
Lines 648-655 Link Here
648
648
649
  while ((passbytes = read(tty, &passch, 1)) == 1)
649
  while ((passbytes = read(tty, &passch, 1)) == 1)
650
  {
650
  {
651
    if (passch == noecho.c_cc[VEOL] || passch == noecho.c_cc[VEOL2] ||
651
    if (passch == noecho.c_cc[VEOL]
652
        passch == 0x0A || passch == 0x0D)
652
#ifdef VEOL2
653
        || passch == noecho.c_cc[VEOL2]
654
#endif
655
        || passch == 0x0A || passch == 0x0D)
653
    {
656
    {
654
     /*
657
     /*
655
      * Enter/return...
658
      * Enter/return...

Return to bug 488206