Blender Git Commit Log

Git Commits -> Revision 9b701b7

Revision 9b701b7 by Jason Wilkins (master)
November 24, 2012, 14:19 (GMT)
cineonlib.c: Quieted warning, inconsistency between printf format (%lu) and the type of an argument (uintptr_t??)

The struct member is an unsigned int, not a pointer, so it is mysterious why the orignal code cast it to an uintptr_t.

I changed the code to cast it to an unsigned long so that it matches the format.

Commit Details:

Full Hash: 9b701b7d32c2de0656c7bc1e21200ccbe3d70c38
SVN Revision: 52532
Parent Commit: 993d5e5
Lines Changed: +1, -1

1 Modified Path:

/source/blender/imbuf/intern/cineon/cineonlib.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021