解决编译报错

master
huangyongan 3 years ago
parent 0e23357a52
commit 3a82a27ab3

@ -95,7 +95,7 @@ std::vector<std::string> get_search_paths(const std::string& strFileName, int nB
std::vector<long long> get_file_timestamp_range(const std::string& strFileName, int nBeginTime, int nEndTime) std::vector<long long> get_file_timestamp_range(const std::string& strFileName, int nBeginTime, int nEndTime)
{ {
std::vector<std::string> vs; std::vector<long long> vs;
if (strFileName.empty() || nBeginTime > nEndTime) if (strFileName.empty() || nBeginTime > nEndTime)
{ {
return vs; return vs;

Loading…
Cancel
Save