[OpenBIOS] r624 - trunk/openbios-devel/forth/system

Nick Couchman Nick.Couchman at seakr.com
Mon Nov 23 17:46:31 CET 2009


>>> On 2009/11/22 at 13:41, Stefan Reinauer <stepan at coresystems.de> wrote: 
> Blue Swirl schrieb:
>> diff --git a/modules/client.c b/modules/client.c
>> index cf47692..d5d92a3 100644
>> --- a/modules/client.c
>> +++ b/modules/client.c
>> @@ -239,7 +239,7 @@ handle_calls( prom_args_t *pb )
>>                 pb->nargs, pb->nret);
>>  #endif
>>
>> -       for( i=pb->nargs-1; i>=0; i-- )
>> +        for (i = 0; i < pb->nargs - 1; i++)
>>   
> 
> Shouldn't this be i = 0; i < pb->nargs; i++
> 
> 
> Stefan

So, I assume these changes haven't been made/committed to the SVN repo, yet?  I've updated to r633 and am still getting the "seek failed" error message...

-Nick



--------
This e-mail may contain confidential and privileged material for the sole use of the intended recipient.  If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information.  In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way.  If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox.  Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR.



More information about the OpenBIOS mailing list