diff options
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*> { |
