|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2003-11-20 08:25:57
|
Hi, >>In the second case, I think the important part of the message is not >>that there's a "conditional jump or move" but an "uninitialised value". >>What about >> Attempt to read an uninitialised variable >>or something like that? I'm not really sure this covers the same error, >>but that's the idea. > > > The order of the message is a little confusing (until you get used > to it ;-/) How about reordering and bringing the "uninitialised" > to the front: > > ==3546== Uninitialised value(s) used in conditional jump or move. Ah, that would be much better! -- Dimitri |