Skip to content

Commit

Permalink
RUBY-1091: Make counter uint32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 28, 2016
1 parent 89f1c3c commit ac01b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bson/native.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static char rb_bson_machine_id_hash[HOST_NAME_HASH_MAX];
/**
* The counter for incrementing object ids.
*/
static unsigned int rb_bson_object_id_counter;
static uint32_t rb_bson_object_id_counter;

/**
* Initialize the native extension.
Expand Down

0 comments on commit ac01b04

Please sign in to comment.