Index: abi/src/wp/ap/unix/ap_UnixApp.cpp =================================================================== RCS file: /cvsroot/abi/src/wp/ap/unix/ap_UnixApp.cpp,v retrieving revision 1.83 diff -c -r1.83 ap_UnixApp.cpp *** abi/src/wp/ap/unix/ap_UnixApp.cpp 2001/03/19 17:01:13 1.83 --- abi/src/wp/ap/unix/ap_UnixApp.cpp 2001/03/21 18:23:39 *************** *** 200,206 **** UT_ASSERT((szSpellCheckWordList) && (*szSpellCheckWordList)); UT_String szPathname = szISpellDirectory; ! if (szISpellDirectory[szPathname.size()-1]=='/') szPathname += "/"; szPathname += szSpellCheckWordList; --- 200,206 ---- UT_ASSERT((szSpellCheckWordList) && (*szSpellCheckWordList)); UT_String szPathname = szISpellDirectory; ! if (szISpellDirectory[szPathname.size()-1] != '/') szPathname += "/"; szPathname += szSpellCheckWordList;