commit: locale update for pt-PT and fix bug in loading stringsets


Subject: commit: locale update for pt-PT and fix bug in loading stringsets
rms@greymalkin.yi.org
Date: Mon Mar 26 2001 - 20:05:59 CST


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.



This archive was generated by hypermail 2b25 : Mon Mar 26 2001 - 19:57:19 CST