diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-13 13:45:40 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-13 13:45:40 +0100 |
commit | 3477b50a329fa5f60f93741884bd92a94158ce83 (patch) | |
tree | 8bc86aa429aa871b7550dba64312ff2a94d57f4b /sql-common | |
parent | 5900506c95b827a8bdedc41ff17b2ac89412667a (diff) | |
download | mariadb-git-3477b50a329fa5f60f93741884bd92a94158ce83.tar.gz |
Use same type for function declaration and definition
Diffstat (limited to 'sql-common')
-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; |