Soren Jorvang 738e5e55ee Cast size_t to unsigned long for printf to deal with (32-bit)
systems where size_t is typedef int.

It's either this or use the C99 %zu but while we can probably
safely assume C99 compilers, I am not at all sure that that's the
case for stdio libraries and this solution is fairly low-impact.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6535 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-05 18:22:41 +00:00
..
2010-05-02 21:12:51 +00:00
2010-04-08 16:59:35 +00:00
2010-12-05 03:36:37 +00:00
2010-10-12 20:14:09 +00:00
2010-05-23 08:41:58 +00:00
2010-01-21 19:55:01 +00:00