[U-Boot-Users] [PATCH] Fix control-c handing inCONFIG_CMDLINE_EDITING

Jeff Mann MannJ at embeddedplanet.com
Mon Jul 31 20:04:17 CEST 2006


> +	return rc < 0 ? rc : len;

Use of the conditional assignment operator is generally considered bad
practice because it affects readability. 




More information about the U-Boot mailing list