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;