Blender Git Loki
Git Commits -> Revision 8f38a91
Revision 8f38a91 by Ken Hughes (master) April 2, 2006, 14:22 (GMT) |
A calculation was using an integer 100000000000, which was being truncated: source/blender/src/writeimage.c: In function `save_rendered_image_cb_real': source/blender/src/writeimage.c:129: warning: integer constant is too large for "long" type Since the calculation is on a float anyway, changed constant to a float. Ken |
Commit Details:
Full Hash: 8f38a916024531430661a58233a95cfcb981417b
SVN Revision: 7180
Parent Commit: 828cab2
Lines Changed: +1, -1
1 Modified Path:
/source/blender/src/writeimage.c (+1, -1) (Diff)