* fhandler_console.cc (fhandler_console::read): Revert change from
2009-11-09.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2009-11-10  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* fhandler_console.cc (fhandler_console::read): Revert change from | ||||
| 	2009-11-09. | ||||
|  | ||||
| 2009-11-10  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* fhandler_disk_file.cc (is_volume_mountpoint): Align check with | ||||
|   | ||||
| @@ -379,11 +379,7 @@ fhandler_console::read (void *pv, size_t& buflen) | ||||
| 		  else | ||||
| 		    toadd = tmp + 1; | ||||
| 		} | ||||
| 	      else if (nread == 1) | ||||
| 		{ | ||||
| 		  /* META handling is restricted to singlebyte (ASCII) | ||||
| 		     character values. */ | ||||
| 		  if (dev_state->metabit) | ||||
| 	      else if (dev_state->metabit) | ||||
| 		{ | ||||
| 		  tmp[1] |= 0x80; | ||||
| 		  toadd = tmp + 1; | ||||
| @@ -397,7 +393,6 @@ fhandler_console::read (void *pv, size_t& buflen) | ||||
| 		  dev_state->nModifiers &= ~4; | ||||
| 		} | ||||
| 	    } | ||||
| 	    } | ||||
| #undef ich | ||||
| #undef wch | ||||
| #undef ALT_PRESSED | ||||
|   | ||||
		Reference in New Issue
	
	Block a user