Open tuttipazzo opened 7 years ago
This is a bug:
final Object val = header.getTag ( RpmTag.CHANGELOG_TIMESTAMP ); if ( val instanceof Long[] )
val is read a list of Integer, not Long and so if condition is skipped.
Look at the val type at the bottom of the screenshot:
This is a bug:
val is read a list of Integer, not Long and so if condition is skipped.