[sldev] 2 patches for http-texture
Carlo Wood
carlo at alinoe.com
Mon Apr 27 19:21:12 PDT 2009
On Mon, Apr 27, 2009 at 08:22:23PM +0100, Robin Cornelius wrote:
> 1) http://jira.secondlife.com/browse/VWR-12989
>
> test failing to build because lltut.h uses memcmp but does not include
> string.h
Surely you mean <cstring>
> 2) http://jira.secondlife.com/browse/VWR-12995
>
> Another 64 bit printf issue with a %d for a size_t, fix same as last
> time change to %ld and cast up to long.
Sorry, but a size_t is unsigned. You have to use %lu
> If i see no objections i'll commit these in
I object! :p
> Thanks
>
> Robin
--
Carlo Wood <carlo at alinoe.com>
More information about the SLDev
mailing list