Skip to content

far2l-v2.5.2-20231014

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 23:41
· 1582 commits to master since this release
67fa8c2

Update filefilterparams.cpp
fix: filefilterparams.cpp
function bool FileFilterConfig(FileFilterParams *FF, bool ColorConfig)
// ...
switch (DateFormat) {
// ...
strDateMask.Format(L"99%c99%c9999N", DateSeparator, DateSeparator);
// ...
strDateMask.Format(L"99%c99%c9999N", DateSeparator, DateSeparator);
// ...
strDateMask.Format(L"N9999%c99%c99", DateSeparator, DateSeparator);
// ...