Browse Source

Merge tag 'refs/tags/sync-piper' into sync-stage

Joshua Haberman 5 năm trước cách đây
mục cha
commit
356d59ab57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/google/protobuf/map.h

+ 1 - 1
src/google/protobuf/map.h

@@ -455,7 +455,7 @@ class Map {
           num_elements_(0),
           num_buckets_(internal::kGlobalEmptyTableSize),
           seed_(0),
-          index_of_first_non_null_(num_buckets_),
+          index_of_first_non_null_(internal::kGlobalEmptyTableSize),
           table_(const_cast<void**>(internal::kGlobalEmptyTable)),
           alloc_(arena) {}