Skip to content

Commit

Permalink
jpeg translator: exif_parser: Missing break statement
Browse files Browse the repository at this point in the history
CID 1273786 and CID 1273787
  • Loading branch information
stpere committed Jul 3, 2015
1 parent 03c4178 commit 8108282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/add-ons/translators/jpeg/exif_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ add_to_message(TReadHelper& source, BMessage& target, tiff_tag& tag,
defaultType = B_DOUBLE_TYPE;
double value = source.Next<int32>();
doubleValue = value / source.Next<int32>();
break;
}

// floating point
Expand Down

0 comments on commit 8108282

Please sign in to comment.