drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
934 stars 165 forks source link

Fix unsigned comparison #290

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

A few lines down from here, the number is reduced by four then checked whether the value is less than zero. An unsigned value can never be less than zero. The fix is to declare this as signed.

drewnoakes commented 3 years ago

/azp run

azure-pipelines[bot] commented 3 years ago
Azure Pipelines successfully started running 1 pipeline(s).
drewnoakes commented 3 years ago

/azp run

azure-pipelines[bot] commented 3 years ago
Azure Pipelines successfully started running 1 pipeline(s).