Where should I ask for account? Actually to whom?
I will create the account for you if you choose a task to work on.
--
Jose E. Marchesi
http://www.jemarch.net
GNU Project http://www.gnu.org
> If there isn't destination because it's NULL, why you store on it the
> result? This line shouldn't be in the else clause?
>>} while(0)
>
> I hope that help you.
>
Yeah, that's a clear bug which would cause a segfault.
Fixed in the trunk.
Thanks for the report.
--
J
Hi All,
Does the group have a preference on using assertions? I found one
thread in the archives that touched on their use, but nothing in the
style guide.
Jeff
> In "pdf-types.h" I see at least one error (if you test before calling
> "pdf_i64_div" that divisor isn't 0, like in "pdf_i64_mod"):
>> #define pdf_i64_div(dest, dividend, divisor, p_status) \
>> do \
>>{