This is an automated email from the git hooks/post-receive script. www-data pushed a commit to branch master in repository reactos.
View the commit online: https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b4f0a71f902d893e8751e7086f4ae27e323e0f2d commit b4f0a71f902d893e8751e7086f4ae27e323e0f2d Author: Sergei Abramov <ast...@yandex.ru> AuthorDate: Tue Oct 3 12:35:31 2017 +0200 [NTOBJSHEX] Fix typo. Patch by Sergei Abramov. CORE-13863 --- dll/shellext/ntobjshex/foldercommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/shellext/ntobjshex/foldercommon.h b/dll/shellext/ntobjshex/foldercommon.h index 8f9653c089..ce015b37b6 100644 --- a/dll/shellext/ntobjshex/foldercommon.h +++ b/dll/shellext/ntobjshex/foldercommon.h @@ -270,7 +270,7 @@ public: bool isEmpty1 = (rest1->mkid.cb == 0); bool isEmpty2 = (rest2->mkid.cb == 0); - if (isEmpty1 || isEmpty1) + if (isEmpty1 || isEmpty2) return MAKE_COMPARE_HRESULT(isEmpty2 - isEmpty1); LPCITEMIDLIST first1 = ILCloneFirst(pidl1); -- To stop receiving notification emails like this one, please contact the administrator of this repository.