Update h3kRing.cpp

This commit is contained in:
alexey-milovidov 2019-12-16 21:34:51 +03:00 committed by GitHub
parent f0b6a540ec
commit ed942ce29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ public:
{
if (hindex != 0)
{
current_offset++;
++current_offset;
dst_data.insert(hindex);
}
}