mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Use same type for function declaration and definition
This commit is contained in:
parent
5900506c95
commit
3477b50a32
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue