mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-03 13:22:37 +00:00
Fixed empty line problem
This commit is contained in:
parent
ed35c11e2a
commit
52c416ba72
@ -13284,7 +13284,7 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
clGetProgramBuildInfo (device_param->program, device_param->device, CL_PROGRAM_BUILD_LOG, 0, NULL, &ret_val_size);
|
clGetProgramBuildInfo (device_param->program, device_param->device, CL_PROGRAM_BUILD_LOG, 0, NULL, &ret_val_size);
|
||||||
|
|
||||||
if (ret_val_size > 1)
|
if (ret_val_size > 2)
|
||||||
{
|
{
|
||||||
char *build_log = (char *) malloc (ret_val_size + 1);
|
char *build_log = (char *) malloc (ret_val_size + 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user