Hello,


in 

abi/src/wp/ap/unix/ap_UnixApp.cpp , on line 252, 

we now have the following:

252:            if (szDirectory[szPathname.size()-1]!='/')
253:              szPathname += "/";
254:            szPathname += szStringSet;
255:            szPathname += ".strings";

on 252 it was an == and now is !=
and on line 255 it's new stuff.

then, a little dowanwards, on what is now 260:

            if (pDiskStringSet->loadStringsFromDisk(szPathname.c_str()))

.c_str() was added.

it's working fine for me now.

if it breaks something, please slap me with a long dead fish! :)

hugs, rms

ps: this is my first patch to the code. thanks for the support dom.


Reply via email to