(len % 1) != 0

Sheng-Liang Song ssl@baymicrosystems.com
Tue Feb 19 16:32:00 GMT 2008


or

 (len  & 1) != 0   <=>  (len % 2) != 0


Daniel Jacobowitz wrote:
> On Sun, Feb 17, 2008 at 10:41:36PM +0800, Bin Chen wrote:
>   
>> Hi Daniel,
>>
>> Is it a bug?
>>     
>
> Yes.  Fixed as below.
>
>   



More information about the Gdb mailing list