Nicholas Clark wrote:
./src/library.c:*prefix_str = CONST_STRING(interpreter, pwd);
I've fixed that one now and the code in c2str.pl verifies that it gets
exactly two quote chars.
Nicholas Clark
leo
On Apr 11, 2006, at 22:48, Nicholas Clark wrote:
On Tue, Apr 11, 2006 at 06:15:32PM +0200, Leopold Toetsch wrote:
No. Above replaced line was definitely bogus. CONST_STRING is a macro
that takes *one* string constant and it has likely to be own it's own
line.
Ah. Thanks for the explanation
On Tue, Apr 11, 2006 at 06:15:32PM +0200, Leopold Toetsch wrote:
>
> On Apr 7, 2006, at 19:38, Nicholas Clark wrote:
>
> >>-STRING *fill = CONST_STRING(interpreter, info->flags &
> >>FLAG_ZERO ? "0" : " ");
>
> >
> >I think that this change is masking the true bug,
>
> No. Above replac
On Apr 7, 2006, at 19:38, Nicholas Clark wrote:
-STRING *fill = CONST_STRING(interpreter, info->flags &
FLAG_ZERO ? "0" : " ");
I think that this change is masking the true bug,
No. Above replaced line was definitely bogus. CONST_STRING is a macro
that takes *one* string constant
On Thu, Apr 06, 2006 at 11:23:32AM -0700, [EMAIL PROTECTED] wrote:
> Author: bernhard
> Date: Thu Apr 6 11:23:31 2006
> New Revision: 12129
>
> Modified:
>trunk/src/spf_render.c
>
> Log:
> Make some string formating test failures go away under
> Linux on i686.
> However I have no what had ca