1
0
Fork 0
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:
bolero-MURAKAMI 2013-04-15 19:13:14 +09:00
parent 35e651d144
commit fb4fb791dd

View file

@ -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],