Skip to content
Commit 73d12ad2 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

fix storage quoting with long long values

On 32-bit systems w/64-bit time_t's (like the x32 ABI) we fail to build:
../src/storage/sql_storage.cc: In member function 'virtual void SQLStorage::autoscanUpdateLM(zmm::Ref<AutoscanDirectory>)':
../src/storage/sql_storage.cc:2139:81: error: call of overloaded 'quote(time_t)' is ambiguous
         << " SET " << TQ("last_modified") << '=' << quote(adir->getPreviousLMT())

Handle long long types explicitly to fix that.
parent 9fbfa1c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment