Hi J-S,

On Fri, Dec 19, 2008 at 4:45 PM, Jean-Sébastien Guay
<jean-sebastien.g...@cm-labs.com> wrote:
> The offending line is this:
>
>    if (ret != Z_OK)
>        return ret;
>
> changing that to return false; would fix it, as is done further down in the
> function when there's an error.

Now fixed this and checked it in.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to