On Saturday 15 March 2008 11:45:45 Bob Rogers wrote:
>From: chromatic <[EMAIL PROTECTED]>
>Date: Fri, 14 Mar 2008 22:51:03 -0700
>As size_t is always positive, the conditional on [src/embed.c] line
>431 can never be true . . .
> Sorry; I had intended to do something about this.
From: chromatic <[EMAIL PROTECTED]>
Date: Fri, 14 Mar 2008 22:51:03 -0700
As size_t is always positive, the conditional on [src/embed.c] line
431 can never be true . . .
Sorry; I had intended to do something about this. Is this TRT?
-- Bob
*
On Friday 14 March 2008 16:11:54 [EMAIL PROTECTED] wrote:
> Modified:
>trunk/src/embed.c
>
> Log:
> * src/embed.c:
>+ (Parrot_readbc): fread returns size_t, so change the decalaration
> of read_result to match.
As size_t is always positive, the conditional on line 431 can never be t