Hello Michael,

apologies for the late reply, your mail unfortunately got buried under
other stuff. From the commit logs I see that Andreas already fixed this
(thanks Andreas), so I hope there was no harm done.

        Thank you for reporting this bug,
                Carsten

On Mon, 2007-08-06 at 21:42 +0200, Michael Nikelsky wrote:
> Hi there,
> 
> the last change broke the OSGTIFFImageFileType.cpp in line 337 on the 
> VC8 compiler
> .
> The line
> 
> if (TIFFReadRGBAImage(in, w, h, buffer, 1) == 0)
> 
> should be
> 
> if (TIFFReadRGBAImage(in, w, h, reinterpret_cast<uint32*>(buffer), 1) == 0)
> 
> Maybe someone can fix this.
> 
> Michael
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to