libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] Re: bug loading text


From: Rodrigo Rodrigues da Silva
Subject: Re: [libredwg] Re: bug loading text
Date: Thu, 24 Mar 2011 14:55:50 -0300

Hello nei,

thanks for your help. Can you please send us a patch?

On 24/03/2011, nei <address@hidden> wrote:
> Em 24/03/2011 14:15, nei escreveu:
>> Hi, i discovery a bug in dwgspec.
>> follow the bug and my solution:
>>
>> bug:
>>    FIELD_2RD(insertion_pt);
>>
>>       if (!(FIELD_VALUE(dataflags) & 0x02))
>>         {
>>           FIELD_2DD(alignment_pt, 10, 20);
>>         }
>>
>> my solution:
>>
>>   FIELD_2RD(insertion_pt);
>>
>>       if (!(FIELD_VALUE(dataflags) & 0x02))
>>         {
>>           FIELD_2DD(alignment_pt, insertion_pt.x,  insertion_pt.y);
>>         }
>>
>> regards
>> Nei
>>
>>
> sorry me, this is right solution:
>    FIELD_2RD(insertion_pt);
>
>        if (!(FIELD_VALUE(dataflags) & 0x02))
>          {
>            FIELD_2DD(alignment_pt,_obj-> insertion_pt.x, _obj->
> insertion_pt.y);
>          }
>
> other entities too need this change.
>
>
>


-- 
Rodrigo Rodrigues da Silva
PoliGNU - Grupo de Estudos de Software Livre da Poli/USP
FSF Associate Member #7788



reply via email to

[Prev in Thread] Current Thread [Next in Thread]