Fix append_* function calls
[hashcat.git] / OpenCL / m09400.cl
index 731da4c..df0c9b5 100644 (file)
@@ -1368,7 +1368,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m09400_init (__gl
 
   u32 pw_len = pws[gid].pw_len;
 
-  append_0x80_4 (w0, w1, w2, w3, pw_len);
+  append_0x80_4x4 (w0, w1, w2, w3, pw_len);
 
   make_unicode (w1, w2, w3);
   make_unicode (w0, w0, w1);