diff options
author | unknown <ram@ram.(none)> | 2002-08-22 12:21:58 +0500 |
---|---|---|
committer | unknown <ram@ram.(none)> | 2002-08-22 12:21:58 +0500 |
commit | d1a7eea83e474cc83f1754ca19602dc8b483ae5b (patch) | |
tree | fe6e5cc8c22789f784617153179133d28bfbf2ef /sql/spatial.h | |
parent | 08a32ab1b12ec34bdf8f0e5da3bdffb6423884a2 (diff) | |
download | mariadb-git-d1a7eea83e474cc83f1754ca19602dc8b483ae5b.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); |