diff options
author | msvensson@neptunus.(none) <> | 2006-11-23 09:56:50 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-23 09:56:50 +0100 |
commit | 8e6cf24d3b766440fc506b12a7de63ff54441f70 (patch) | |
tree | 03634efc37f1ca183dc575783853e70a06ffb507 | |
parent | 8809a5e27e4e2fa2e0fa0bf3359e750fae4128de (diff) | |
download | mariadb-git-8e6cf24d3b766440fc506b12a7de63ff54441f70.tar.gz |
Fix my_system_gmt_sec function declaration to be same as definition
-rw-r--r-- | sql-common/my_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/my_time.c b/sql-common/my_time.c index 2dd40c112de..003442e9330 100644 --- a/sql-common/my_time.c +++ b/sql-common/my_time.c @@ -780,7 +780,7 @@ long calc_daynr(uint year,uint month,uint day) */ my_time_t my_system_gmt_sec(const MYSQL_TIME *t_src, long *my_timezone, - bool *in_dst_time_gap) + my_bool *in_dst_time_gap) { uint loop; time_t tmp= 0; |