Fix m 60 a 0 by making modified variable non-const
[hashcat.git] / OpenCL / inc_comp_single_bs.cl
1
2 if ((il_pos + slice) < il_cnt)
3 {
4   const u32 final_hash_pos = digests_offset + 0;
5
6   if (atomic_inc (&hashes_shown[final_hash_pos]) == 0)
7   {
8     mark_hash (plains_buf, d_return_buf, salt_pos, 0, final_hash_pos, gid, il_pos + slice);
9   }
10 }