Skip to content

Commit

Permalink
r26012@knight: rjbs | 2006-09-17 22:12:07 -0400
Browse files Browse the repository at this point in the history
 patch from merijn
  • Loading branch information
rjbs committed Sep 18, 2006
1 parent 862b7e8 commit d6996c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UUID.xs
Expand Up @@ -65,6 +65,7 @@ static void get_current_time(perl_uuid_time_t * timestamp) {

if (time_last != time_now) {
uuids_this_tick = 0;
time_last = time_now;
break;
};
if (uuids_this_tick < UUIDS_PER_TICK) {
Expand Down

0 comments on commit d6996c8

Please sign in to comment.