diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 08:57:05 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 08:57:05 +0100 |
| commit | 96a4f30672702e34afea4014487936fccb850779 (patch) | |
| tree | 7e3e39c63335158143450bf6bcaf9fae20b6cbfd /dev/ZKAKit/FSKit | |
| parent | 8600ffcc1ddfc861e761baf2682490061a55cca8 (diff) | |
META: Daily bump.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/FSKit')
| -rw-r--r-- | dev/ZKAKit/FSKit/IndexableProperty.h | 2 | ||||
| -rw-r--r-- | dev/ZKAKit/FSKit/NeFS.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/FSKit/IndexableProperty.h b/dev/ZKAKit/FSKit/IndexableProperty.h index 1d2014c5..a87d372f 100644 --- a/dev/ZKAKit/FSKit/IndexableProperty.h +++ b/dev/ZKAKit/FSKit/IndexableProperty.h @@ -31,7 +31,7 @@ namespace Kernel : Property() { Kernel::KString strProp(kMaxPropLen); - strProp += "\\Properties\\Indexable"; + strProp += "/Properties/Indexable"; this->GetKey() = strProp; } diff --git a/dev/ZKAKit/FSKit/NeFS.h b/dev/ZKAKit/FSKit/NeFS.h index 4ad6a7d4..bdf1b3b3 100644 --- a/dev/ZKAKit/FSKit/NeFS.h +++ b/dev/ZKAKit/FSKit/NeFS.h @@ -75,11 +75,11 @@ default. #define kNeFSCatalogKindTTF (13) #define kNeFSCatalogKindRIFF (14) -#define kNeFSSeparator '\\' +#define kNeFSSeparator '/' #define kNeFSSeparatorAlt '/' #define kNeFSUpDir ".." -#define kNeFSRoot "\\" +#define kNeFSRoot "/" #define kNeFSRootAlt "/" #define kNeFSLF '\r' |
