git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9119
91ce42f0-d328-0410-95d8-
f526ca767f89
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';
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