summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-11-23 09:56:50 +0100
committermsvensson@neptunus.(none) <>2006-11-23 09:56:50 +0100
commit8e6cf24d3b766440fc506b12a7de63ff54441f70 (patch)
tree03634efc37f1ca183dc575783853e70a06ffb507
parent8809a5e27e4e2fa2e0fa0bf3359e750fae4128de (diff)
downloadmariadb-git-8e6cf24d3b766440fc506b12a7de63ff54441f70.tar.gz
Fix my_system_gmt_sec function declaration to be same as definition
-rw-r--r--sql-common/my_time.c2
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;