Browse Source

Tracing (long paths)

Source commit: 67f9a6d6efb5d68e44a9d5bf3dff4f6f07dd63cb
Martin Prikryl 9 years ago
parent
commit
d372d4b890
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/core/Common.cpp

+ 1 - 0
source/core/Common.cpp

@@ -1016,6 +1016,7 @@ UnicodeString __fastcall MakeUnicodeLargePath(UnicodeString Path)
         // nothing to do
         break;
     }
+
   }
 
   return Result;