On 14.06.2011 13:54, Melchior FRANZ wrote: > --- a/simgear/props/props.cxx > +++ b/simgear/props/props.cxx > @@ -642,7 +642,7 @@ SGPropertyNode::trace_read () const > * Last used attribute > * Update as needed when enum Attribute is changed > */ > -const int SGPropertyNode::LAST_USED_ATTRIBUTE = USERARCHIVE; > +const int SGPropertyNode::LAST_USED_ATTRIBUTE = PRESERVE; Indeed! That's a tricky one to spot.
> Yeah, but what about the bug hunting contest?! Who wins the coffee > machine? git history reveals the same bug has been made at least once before (when USERARCHIVE was introduced in 2005). Took almost 3 years before it was noticed/fixed. It was you, Melchior, who fixed it then. Since that's a recurring bug, you had insider knowledge, and we can naturally assume you already claimed and got a coffee machine for the same issue at the time, you are exempt from winning again. If you're interested in a "tea maker" though (aka tea bag, English premium brand), let me know. Well, thanks for remembering the issue and reporting. I don't dare to ask which Nasal code relies on custom property attributes. I hope that still works with one custom bit less now - but I don't want to know... ;-) cheers, Thorsten ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

