2008/12/28 Vincent Pelletier plr.vincent@gmail.com:
WARN("(%p) Creating an oversized surface: %ix%i\n", This, This->pow2Height, This->pow2Width);
pow2Height and pow2Width are unsigned, so you'd want to use %u there.
Le Sunday 28 December 2008 15:46:46 Henri Verbeet, vous avez écrit :
pow2Height and pow2Width are unsigned, so you'd want to use %u there.
Done, thanks. Also, git didn't commit half of the change (I'm too used to subversion commiting files in the state they are when changelog is saved...). They are in attached patch.
-- Vincent Pelletier