On Thursday 27 February 2003 16:39, Jean-Marc Lasgouttes wrote:
> >>>>> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes:
>
> Alfredo> Jean-Marc Lasgouttes wrote:
> >>  It seems that 1.3.1 is beginning to have enough fixes in to
> >> warrant a release. While there are no real show stopper in 1.3.0
> >> (which is a good thing), what we have now in 1.3.1cvs gives a lot
> >> of polish.
> >>
> >> There are things I would like to add before release
> >>
> >> - when a textclass is not found, revert to article instead of the
> >> first in the list.
> >>
> >> - linking problems with cygwin
> >>
> >> - What else? Tell me...
>
> Alfredo> Have you added the minifix to the double conversion of
> Alfredo> previews? Didn't see it on your list.
>
> I'm not sure anymore (this is a sign that things move too fast for
> me...). Can you show the fix again?
>
> JMarc

This one:

--- PreviewLoader.C     2003/02/13 16:53:00     1.38
+++ PreviewLoader.C     2003/02/25 10:18:33
@@ -77,7 +77,7 @@
        FindFirst(string const & comp) : comp_(comp) {}
        bool operator()(StrPair const & sp)
        {
-               return sp.first < comp_;
+               return sp.first == comp_;
        }



Reply via email to