aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/dirutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/dirutil.cpp')
-rw-r--r--src/dutil/dirutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/dirutil.cpp b/src/dutil/dirutil.cpp
index 1f06f551..5e22ee65 100644
--- a/src/dutil/dirutil.cpp
+++ b/src/dutil/dirutil.cpp
@@ -346,7 +346,7 @@ extern "C" HRESULT DAPI DirGetCurrent(
346 ) 346 )
347{ 347{
348 HRESULT hr = S_OK; 348 HRESULT hr = S_OK;
349 DWORD_PTR cch = 0; 349 SIZE_T cch = 0;
350 350
351 if (psczCurrentDirectory && *psczCurrentDirectory) 351 if (psczCurrentDirectory && *psczCurrentDirectory)
352 { 352 {