[ic] calling setlocale with wrong value

Götz Verdieck interchange-users@icdevgroup.org
Sat Aug 3 03:34:04 2002


>                if(! defined $store->{$name} and $item eq 'Locale') {
> -                       if(POSIX::setlocale(POSIX::LC_ALL, $settings) ) {
> +                       if(POSIX::setlocale(POSIX::LC_ALL, $name) ) {
>                                $store->{$name} = POSIX::localeconv();
>                        }
>                }
> 
> it works fine without a segmentations fault.
> 
> Any comments?
> 
> Thanks!
> 
> Joachim
> 
Hi,

this also helped the growing community of Mac OSX users.
I made the changes and it helps no segmentations fault anymore.

Danke!


Best regards

Götz Verdieck

==============================
Goetz.Verdieck@com4office.de