Skip to content
Commit 979a6e28 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Get rid of 0-length arrays in struct fileIdentDesc



Get rid of 0-length arrays in struct fileIdentDesc. This requires a bit
of cleaning up as the second variable length array in this structure is
often used and the code abuses the fact that the first two arrays have
the same type and offset in struct fileIdentDesc.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent b3c8c980
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