Author: pluto                        Date: Wed Jan 18 19:18:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- lack of explict ctors in connection with overloaded operator
  and implicit conversion make me crazy. this change fixes
  the pathname_example regression.

---- Files affected:
SOURCES:
   speech_tools-gcc41.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/speech_tools-gcc41.patch
diff -u SOURCES/speech_tools-gcc41.patch:1.1 
SOURCES/speech_tools-gcc41.patch:1.2
--- SOURCES/speech_tools-gcc41.patch:1.1        Tue Jan 17 20:47:06 2006
+++ SOURCES/speech_tools-gcc41.patch    Wed Jan 18 20:18:20 2006
@@ -5,7 +5,7 @@
  
    if (length() > 0)
 -    return ::operator +(EST_String(*this), "/");
-+    return ::operator + (*this, "/");
++    return EST_String(EST_String(*this) + "/");
    
    return "./";
  }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/speech_tools-gcc41.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to