From 1b83076d80e9c110352fc7ef624ccc9f528eb4bb Mon Sep 17 00:00:00 2001
From: TROUNCE <trounceharry@gmail.com>
Date: Thu, 29 Oct 2020 10:51:13 +0000
Subject: [PATCH] Add files via upload

---
 OpenCL/m24600-pure.cl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OpenCL/m24600-pure.cl b/OpenCL/m24600-pure.cl
index 7370ad582..550a519eb 100644
--- a/OpenCL/m24600-pure.cl
+++ b/OpenCL/m24600-pure.cl
@@ -427,8 +427,8 @@ KERNEL_FQ void m24600_comp (KERN_ATTR_TMPS_ESALT (pbkdf2_sha512_tmp_t, pbkdf2_sh
     iv[3] = data[3];
   }
 
-  u8 counter = 0;
-  for (u8 i = 0; i < 64; i++)
+  u32 counter = 0;
+  for (u32 i = 0; i < 64; i++)
   {
     if (res[i] == 0)
     {