Hi Dave,
On 23/4/2010, at 10:55 a.m., case wrote:
> On Wed, Apr 21, 2010, Andreas Svrcek-Seiler wrote:
>
>> recentely I reported that most nab testcases failed under FC12-x86_64.
>> To fix this, change line 63 of nablex.l
>>
>> from
>> strcpy( yytext, &yytext[ 1 ] );
>> to
>> memmove( yytext, &yytext[ 1 ],yyleng*sizeof(char) );
>
> Applied...thanks....dac
I see on the main list that Amber 11 has now been officially released. Is there a way for developers to access the final released version that doesn't involve passing through the registration page?
Cheers,
Ben
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Mon Apr 26 2010 - 11:00:03 PDT