1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Spatial code cleanup

This commit is contained in:
ram@ram.(none)
2002-08-22 12:21:58 +05:00
parent 1c1b27588c
commit d002322aff
2 changed files with 6 additions and 7 deletions

View File

@ -71,7 +71,7 @@ struct MBR
}
}
void add_xy(double *px, double *py)
void add_xy(const char *px, const char *py)
{ /* Not using "else" for proper one point MBR calculation */
double x, y;
float8get(x, px);