From 3a82a27ab3d50ca50edbdb2b5309c42bc4818b70 Mon Sep 17 00:00:00 2001 From: huangyongan Date: Mon, 24 Apr 2023 20:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index fd7b3bd..b84cddc 100644 --- a/main.cpp +++ b/main.cpp @@ -95,7 +95,7 @@ std::vector get_search_paths(const std::string& strFileName, int nB std::vector get_file_timestamp_range(const std::string& strFileName, int nBeginTime, int nEndTime) { - std::vector vs; + std::vector vs; if (strFileName.empty() || nBeginTime > nEndTime) { return vs;