From 786aa4ae739ba77e3c432d74bcbceb5922f27451 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 29 Jul 2009 13:38:06 +0000 Subject: [PATCH] Change time_t by utime_t in accurate function git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9119 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/sql_get.c | 2 +- bacula/technotes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index b9d25bbc11..d0a885cb44 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -1108,7 +1108,7 @@ bool db_accurate_get_jobids(JCR *jcr, B_DB *mdb, POOL_MEM query(PM_FNAME); /* Take the current time as upper limit if nothing else specified */ - time_t StartTime = (jr->StartTime)?jr->StartTime:time(NULL); + utime_t StartTime = (jr->StartTime)?jr->StartTime:time(NULL); bstrutime(date, sizeof(date), StartTime + 1); jobids[0]='\0'; diff --git a/bacula/technotes b/bacula/technotes index cfcb7372a8..0f59bc4928 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 29Jul09 +ebl Change time_t by utime_t in accurate function kes Start reworking 3.0.2 bacula.spec file - Add SuSE build codes - Add depkgs-qt so bat can build on any system -- 2.39.5