From: Eric Bollengier Date: Wed, 29 Jul 2009 13:38:06 +0000 (+0000) Subject: Change time_t by utime_t in accurate function X-Git-Tag: Release-5.0.0~443 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d73522b780616b6628a0d31d12b889093d71866b;p=bacula%2Fbacula 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 --- 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