forked from AuroraMiddleware/gtk
updateiconcache: Static analysis fixes
This commit is contained in:
parent
5fbfe5203c
commit
fa10264759
@ -1007,8 +1007,7 @@ get_image_meta_data_size (Image *image)
|
||||
|
||||
for (i = 0; data->display_names[i]; i++)
|
||||
{
|
||||
int poolv;
|
||||
if ((poolv = find_string (data->display_names[i])) == 0)
|
||||
if (find_string (data->display_names[i]) == 0)
|
||||
{
|
||||
data->size += ALIGN_VALUE (strlen (data->display_names[i]) + 1, 4);
|
||||
/* Adding the string to the pool with -1
|
||||
|
Loading…
Reference in New Issue
Block a user