> *** codeckeeper.cpp.orig      Mon Feb  3 11:53:40 2003
> --- codeckeeper.cpp   Mon Feb  3 11:54:01 2003
> ***************
> *** 892,898 ****
>       {
>       CodecInfo& ci = c[i];
>   
> !     if (ci.privatename == pname)
>           return &ci;
>       }
>   
> --- 892,898 ----
>       {
>       CodecInfo& ci = c[i];
>   
> !     if (ci.GetName() == avm::string(pname))
>           return &ci;
>       }

Hmm about this - one - are you sure this patch is the right one ?

That would have rather meant there is bug in some  string class method.
Adn string class declaration should  be fixed instead.

-- 
  .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
 : :' :         Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'
   `-            http://www.gaddis.org/what_really_happened.jpg

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to