mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
minor omission that effectively disabled my_strtod fixed :)
This commit is contained in:
@ -135,6 +135,6 @@ done:
|
||||
|
||||
double my_atof(const char *nptr)
|
||||
{
|
||||
return (strtod(nptr, 0));
|
||||
return (my_strtod(nptr, 0));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user