From: Steve Brokenshire Date: Mon, 26 Oct 2015 20:35:29 +0000 (+0000) Subject: ETagDB::ETagExists now returns a bool value X-Git-Tag: release-0.05~26 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=0f3c5938ed5a1c372b69def42d0553a8f5142f0a ETagDB::ETagExists now returns a bool value --- 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; }