Index: changelog.html =================================================================== diff -u -N --- changelog.html (revision 0) +++ changelog.html (revision 055f6d7f37ede5386d39c2ca99a5412ab8464b48) @@ -0,0 +1,49 @@ + + + +

1.50beta2

+

Bugfixes:

+ + + +

1.50beta1

+

User feedback improvements:

+ + +

Better filtering support:

+ + +

GUI:

+ + +

Other:

+ + +

Breaking changes:

+ + +

Development changes:

+ + \ No newline at end of file Index: src/libchengine/TLocalFilesystem.cpp =================================================================== diff -u -N -r02380177cd7e3068b459e76a0bb26efdf6c937c3 -r055f6d7f37ede5386d39c2ca99a5412ab8464b48 --- src/libchengine/TLocalFilesystem.cpp (.../TLocalFilesystem.cpp) (revision 02380177cd7e3068b459e76a0bb26efdf6c937c3) +++ src/libchengine/TLocalFilesystem.cpp (.../TLocalFilesystem.cpp) (revision 055f6d7f37ede5386d39c2ca99a5412ab8464b48) @@ -343,7 +343,7 @@ { const TSmartPath pathPrefix = PathFromString(L"\\\\?\\"); - if (pathInput.GetLength() >= 248 && !pathInput.StartsWith(pathPrefix)) + if (!pathInput.StartsWith(pathPrefix)) return pathPrefix + pathInput; return pathInput;