git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9093
91ce42f0-d328-0410-95d8-
f526ca767f89
bool ret = true;
CurFile elt;
struct stat statp;
- int LinkFIc;
+ int32_t LinkFIc;
decode_stat(lstat, &statp, &LinkFIc); /* decode catalog stat */
elt.ctime = statp.st_ctime;
elt.mtime = statp.st_mtime;
General:
23Jul09
+kes Fix int/int32_t problem in accurate_add_file
+ reported by "Eli Shemer" <elish@consist.co.il>
kes Remove Qt 4.4 code so it compiles on 4.3 (setHeaderHidden).
22Jul09
kes Apply idea of part of Graham's tidy-bsr-source.patch, but modified