mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
fix uuid::md5_name_generator
This commit is contained in:
parent
35e651d144
commit
fb4fb791dd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace sprout {
|
|||
value[3],
|
||||
value[4],
|
||||
value[5],
|
||||
static_cast<value_type>((value[6] & 0x5F) | 0x50),
|
||||
static_cast<value_type>((value[6] & 0x3F) | 0x30),
|
||||
value[7],
|
||||
static_cast<value_type>((value[8] & 0xBF) | 0x80),
|
||||
value[9],
|
||||
|
|
Loading…
Reference in a new issue