Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Revision 1169


Jump to revision: Previous Next
Author: amb
Date: Wed Nov 21 11:12:04 2012 UTC (12 years, 3 months ago)
Changed paths: 2
Log Message:
Finally fix the segment area handling - segments that are areas are discarded in
preference to those that are not (as it was between r914 and r1136) and segments
that are areas don't have the wrong distance (as they did between r914 and
r1136).

Revision r1137 correctly changed to use a flag and fixed the distance bug but
then didn't sort using the new flag.  Revision r1153 started sorting using the
segment flags but the area was not the most significant bit so they were not
sorted last.  Revision r1164 correctly cleared the area flag when no longer
needed but didn't fix the rest.  Revision r1168 reverted r1164 so needed to be
re-applied.


Changed paths

Path Details
Directorytrunk/src/segmentsx.c modified , text changed
Directorytrunk/src/types.h modified , text changed