[Babase] MEMBERS comparison out of order

Catherine Markham (amarkham@Princeton.EDU) babase@www.eco.princeton.edu
Tue, 27 Sep 2005 17:54:06 -0400


> This is a sorting issue.  It tries to clump all the -s
> together (and all the +s too) in the output because
> that's how they are in the source files -- if you
> read the foxpro file you will see the "-" section
> as-is.  So you can "read" both files from the diff
> by paying attention to either just the -s or just
> the +s.  Make sense?
> 

Got it - thanks.  Glad that's all it was!