diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-07 09:41:20 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-07 09:41:20 +0200 |
commit | cf6bbca0a93b21ab7d3378f26dd9b57951a1d987 (patch) | |
tree | 5a3efc0cc314ff0171d898b797ea053158bdb485 /ftparchive/cachedb.cc | |
parent | 37497bd5fa0f070e12c1c28d849aef1af8f369b5 (diff) |
ensure "--db" also works with the new srcpkgdb
Diffstat (limited to 'ftparchive/cachedb.cc')
-rw-r--r-- | ftparchive/cachedb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index 4feb7bbfb..d589c4c5a 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -515,7 +515,7 @@ bool CacheDB::Finish() if (CurStat.Flags == OldStat.Flags && CurStat.mtime == OldStat.mtime) return true; - + // Write the stat information CurStat.Flags = htonl(CurStat.Flags); CurStat.FileSize = htonl(CurStat.FileSize); |