Remove unnecassary operation

This commit is contained in:
Avi Levin 2015-11-19 13:08:58 +02:00
parent 2d23cb3c3b
commit 62d1fa87d9
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ _obj_info_item_label_get(void *data, Evas_Object *obj EINA_UNUSED,
else
print_format = ":%lX ";
buffer_size -= snprintf(buffer + buffer_size,
snprintf(buffer + buffer_size,
_MAX_LABEL - buffer_size, print_format,
func->ret.value.value.value);
}