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
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Apr 23 2010 - 08:00:02 PDT