guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setlocale - incorrect error signalled


From: Bruno Haible
Subject: Re: setlocale - incorrect error signalled
Date: Mon, 24 Jan 2005 16:19:59 +0100
User-agent: KMail/1.5

Kevin Ryde wrote:
> >   rv = setlocale (scm_i_to_lc_category (category, 1), clocale);
> >   if (rv == NULL)
> >     SCM_SYSERROR;     <=== This is the problem.
>
> Could force an errno=EINVAL in there, so that's always the error
> given.

Yes, this is good. Thanks.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]