Bugzilla – Bug 134587
ted-2.17-2: dodgy code
Last modified: 2005-11-30 17:25:49 UTC
Hello there, I just tried to compile package ted-2.17-2 with the GNU C compiler. It said appTree.c:359: warning: comparisons like X<=Y<=Z do not have their mathematical meaning The source code is if ( ( ! tn->tnParent || tn->tnIsOpen ) && tn->tnChildCount > 0 > 0 ) Suggest code rework. Regards David Binderman
I'm working on it.
Code reworked.