On Wed, 29 Apr 2009 19:49:07 +0100
lux-integ <[email protected]> wrote:
>
>
> ######### offending snippet
> (qcad-2.0.5.0-1-community.src/qcadlib/src/engine/rs_entity.cpp)
> seems to be
>
> if (e.layer==NULL) {
> os << " layer: NULL ";
> } else {
> os << " layer: " << e.layer->getName().latin1() << " ";
> os << " layer address: " << (int)(e.layer) << " ";
> }
> ##############
>
s/(int)/(uint)
---
David Jensen
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page