diff options
author | Jonathan Gray | 2006-04-12 10:01:41 +0000 |
---|---|---|
committer | Jonathan Gray | 2006-04-12 10:01:41 +0000 |
commit | eb3ae7d7260f1cd2319e605e4b054d004733228c (patch) | |
tree | 195b8779841dae3513ced4ece726de87d9453e04 /engines/cine | |
parent | adbafccc64fba8f314a302042b78c2a36a61619f (diff) | |
download | scummvm-rg350-eb3ae7d7260f1cd2319e605e4b054d004733228c.tar.gz scummvm-rg350-eb3ae7d7260f1cd2319e605e4b054d004733228c.tar.bz2 scummvm-rg350-eb3ae7d7260f1cd2319e605e4b054d004733228c.zip |
sizeof(void *) != sizeof(int) for a large number of systems.
Fix a lot of debug/error statements that were using %d/%x
for the result of pointer arithmetic.
As C++ apparently has no format string for ptrdiff_t use
%lu/%lx as appropriate.
svn-id: r21824
Diffstat (limited to 'engines/cine')
0 files changed, 0 insertions, 0 deletions