mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 07:45:44 +00:00
Use same type for function declaration and definition
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user