diff options
author | ram@ram.(none) <> | 2002-08-22 12:21:58 +0500 |
---|---|---|
committer | ram@ram.(none) <> | 2002-08-22 12:21:58 +0500 |
commit | d002322aff9f20d2617f149f3fc2c91b9950fa36 (patch) | |
tree | fe6e5cc8c22789f784617153179133d28bfbf2ef /sql/spatial.h | |
parent | 1c1b27588cefb7a580c6d34d1696f609978b7706 (diff) | |
download | mariadb-git-d002322aff9f20d2617f149f3fc2c91b9950fa36.tar.gz |
Spatial code cleanup
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index 2daa8e856c9..c6e30a44fbf 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -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); |