From 0f3c5938ed5a1c372b69def42d0553a8f5142f0a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 26 Oct 2015 20:35:29 +0000 Subject: [PATCH] ETagDB::ETagExists now returns a bool value --- source/common/etag.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/common/etag.cpp b/source/common/etag.cpp index e4dcef1..a32f0e9 100644 --- a/source/common/etag.cpp +++ b/source/common/etag.cpp @@ -127,6 +127,8 @@ bool ETagDB::ETagExists(wxString Filename){ // Unlock. ProcessLock->unlock(); + + return FileResult; } -- 2.39.2