Commit e1f85215 authored by Nikias Bassen's avatar Nikias Bassen

bplist: Silence compiler warning 'comparison is always true ...' (32 bit)

parent 3f967317
......@@ -1199,7 +1199,7 @@ PLIST_API void plist_to_bin(plist_t plist, char **plist_bin, uint32_t * length)
offset_table_index = 0; //unknown yet
//figure out the storage size required
size_t req = 0;
uint64_t req = 0;
for (i = 0; i < num_objects; i++)
{
node_t* node = ptr_array_index(objects, i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment