[BACK]Return to ttyio.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/ttyio.c between version 1.24 and 1.25

version 1.24, 2003/11/09 00:23:01 version 1.25, 2003/12/04 01:37:28
Line 171 
Line 171 
                 } else if (ret == 1)                  } else if (ret == 1)
                         break;                          break;
         } while (1);          } while (1);
         return ((int) c);          return ((int) c) & 0xFF;
 }  }
   
 /*  /*

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25