mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
FolderInfo: Changed output when bytes from '10 b' to '10 ' for consistency with AutoScale. Also changed RegExFilter to RegExpFilter for consistency with WebParser.
This commit is contained in:
@ -30,8 +30,8 @@ private:
|
||||
UINT64 mySize;
|
||||
unsigned int myFileCount;
|
||||
unsigned int myFolderCount;
|
||||
pcre* myRegExFilter;
|
||||
pcre_extra* myRegExFilterExtra;
|
||||
pcre* myRegExpFilter;
|
||||
pcre_extra* myRegExpFilterExtra;
|
||||
DWORD myLastUpdateTime;
|
||||
|
||||
private:
|
||||
@ -45,7 +45,7 @@ public:
|
||||
return myLastUpdateTime;
|
||||
}
|
||||
|
||||
void SetRegExFilter(const wchar_t* aFilter);
|
||||
void SetRegExpFilter(const wchar_t* aFilter);
|
||||
|
||||
void IncludeSubFolders(bool aFlag)
|
||||
{
|
||||
|
Reference in New Issue
Block a user