Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'common/wds_constants.h')
-rw-r--r--common/wds_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/wds_constants.h b/common/wds_constants.h
index 96e0066..6a3e7f6 100644
--- a/common/wds_constants.h
+++ b/common/wds_constants.h
@@ -20,7 +20,7 @@
//
#ifndef __WDS_CONSTANTS_H_VER__
-#define __WDS_CONSTANTS_H_VER__ 2017112218
+#define __WDS_CONSTANTS_H_VER__ 2017112319
#if (defined(_MSC_VER) && (_MSC_VER >= 1020)) || defined(__MCPP)
#pragma once
#endif // Check for "#pragma once" support
@@ -83,7 +83,7 @@ namespace wds
/* don't need FILE_ATTRIBUTE_NO_SCRUB_DATA */
const LPCTSTR strAttributeEA = _T("+"); /*FILE_ATTRIBUTE_EA*/
- const int iLangCodeLength = _countof(STR_RESOURCE_PREFIX);
+ const int iLangCodeLength = _countof(STR_RESOURCE_PREFIX) - 1;
const int iNumDriveLetters = (chrCapZ - chrCapA) + 1;
}