1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix my_system_gmt_sec function declaration to be same as definition

sql-common/my_time.c:
  Function declaration must be same as definition
This commit is contained in:
unknown
2006-11-23 09:56:50 +01:00
parent 6eaed85712
commit c9cc82f235

View File

@@ -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;