Files
test/intern
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
..
2004-02-29 21:40:48 +00:00
2004-02-29 21:40:48 +00:00
2004-02-29 21:40:48 +00:00
2004-02-29 21:40:48 +00:00
2004-02-29 21:40:48 +00:00
2003-03-18 19:38:36 +00:00
2004-01-02 23:35:21 +00:00
2004-02-29 21:40:48 +00:00
2004-02-29 21:40:48 +00:00
2004-01-05 00:06:11 +00:00
2004-01-04 21:11:59 +00:00