From: PALFFY D. <dpa...@ra...> - 2003-12-23 10:18:32
|
Hi! On Mon, 22 Dec 2003, Benjamin Herrenschmidt wrote: > "standard" bug actually :) char is unsigned by default, so "char c" > cannot hold EOF (-1) and thus getopt breaks ;) Use int c instead. Thanks. Fixed in CVS, along with a small misfeature of the g3. It was booting to the second image by default if hold was on. -- Daniel ...and Linux for all. |