--- a/src/misc.h Sun May 19 02:55:29 2013 +0300 +++ b/src/misc.h Sun May 19 03:42:25 2013 +0300 @@ -34,7 +34,7 @@ bool isNumber (str& tok); // Converts a float value to a string value. -str ftoa (double fCoord); +str ftoa (double num); // Simplifies the given fraction. void simplify (short& numer, short& denom);