This commit is contained in:
twinaphex 2016-01-20 06:21:46 +01:00
parent 157eb71606
commit 644649853f

View File

@ -48,17 +48,11 @@ struct string_list *string_list_new_special(enum string_list_type type,
const core_info_t *core_info = NULL;
struct string_list *s = string_list_new();
if (!s || !len)
return NULL;
attr.i = 0;
(void)data;
if (!len)
return NULL;
*len = 0;
if (!s)
return NULL;
*len = 0;
switch (type)
{