This patch correct a compilation bug whit the Visual C++ 5.0 compiler. It does not support option into the declaration of a function.
 
Gilles
Index: abi/src/af/util/xp/ut_misc.cpp
===================================================================
RCS file: /cvsroot/abi/src/af/util/xp/ut_misc.cpp,v
retrieving revision 1.45
diff -u -r1.45 ut_misc.cpp
--- abi/src/af/util/xp/ut_misc.cpp      2001/05/12 16:01:17     1.45
+++ abi/src/af/util/xp/ut_misc.cpp      2001/05/20 20:40:14
@@ -345,7 +345,7 @@
  * (str).
  */
 UT_Vector * simpleSplit (const UT_String & str, char separator,
-                                                size_t max = 0)
+                                                size_t max)
 {
        UT_Vector * utvResult = new UT_Vector();
        UT_String* utsEntry;

Reply via email to