diff --git a/sprout/uuid/md5_name_generator.hpp b/sprout/uuid/md5_name_generator.hpp index bd3a873c..a44dad2b 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -28,7 +28,7 @@ namespace sprout { value[3], value[4], value[5], - static_cast((value[6] & 0x5F) | 0x50), + static_cast((value[6] & 0x3F) | 0x30), value[7], static_cast((value[8] & 0xBF) | 0x80), value[9],