Blender Git Commit Log

Git Commits -> Revision 6f195f0

Revision 6f195f0 by Kent Mein (master)
March 6, 2004, 17:04 (GMT)


Got rid of a cast to float which was causing a warning. (Used a temp
var instead) return (float)atof(something);

is now float x=atof(something); return x;

There is still another one(warning)in this file but hey its a start.

Kent

Commit Details:

Full Hash: 6f195f084cf0af012961aad3f2f940af0f703337
SVN Revision: 2126
Parent Commit: 0a4a186
Lines Changed: +1, -1

1 Modified Path:

/intern/string/STR_String.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021