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.
Loading
Please register or sign in to comment