blender/intern/string
Kent Mein 6f195f084c 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
2004-03-06 17:04:52 +00:00
..
intern I added 2002-12-02 09:48:10 +00:00
make Rest of the VC7 intern projectfiles. 2003-03-18 19:38:36 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
SConscript SCons updates 2004-02-29 21:40:48 +00:00
STR_HashedString.h WooHoo me again ;) 2002-12-26 18:25:17 +00:00
STR_String.h Got rid of a cast to float which was causing a warning. (Used a temp 2004-03-06 17:04:52 +00:00