Fix append_* function calls
[hashcat.git] / OpenCL / m12800.cl
index a42d812..a4ec85b 100644 (file)
@@ -413,7 +413,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m12800_init (__gl
    * generate nthash
    */
 
-  append_0x80_2 (w0, w1, pw_len);
+  append_0x80_2x4 (w0, w1, pw_len);
 
   make_unicode (w1, w2, w3);
   make_unicode (w0, w0, w1);