diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 12:41:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 12:41:06 +0100 |
| commit | f7edf08d067b4c52c3183e8ad0467293e54075e8 (patch) | |
| tree | 0e2894d78684966993ff2bed2df4d6c5e12aef87 /Private/Source/GUIDWizard.cxx | |
| parent | fc55f0d69d24fb4908cbd811681f2c3fac53614d (diff) | |
Add BUG_LIST.TXT, kernel improvements and Public kits improvements.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/GUIDWizard.cxx')
| -rw-r--r-- | Private/Source/GUIDWizard.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Private/Source/GUIDWizard.cxx b/Private/Source/GUIDWizard.cxx index 57915f64..829a27d8 100644 --- a/Private/Source/GUIDWizard.cxx +++ b/Private/Source/GUIDWizard.cxx @@ -12,9 +12,8 @@ // begin of ascii 'readable' characters. (A, C, C, 1, 2) #define kAsciiBegin 47 - // @brief Size of UUID. -#define kUUIDSize 32 +#define kUUIDSize 37 namespace HCore::XRN::Version1 { auto make_sequence(const ArrayList<UShort>& uuidSeq) -> Ref<GUIDSequence*> { |
