jpeg translator: exif_parser: Missing break statement
CID 1273786 and CID 1273787
This commit is contained in:
@@ -138,6 +138,7 @@ add_to_message(TReadHelper& source, BMessage& target, tiff_tag& tag,
|
|||||||
defaultType = B_DOUBLE_TYPE;
|
defaultType = B_DOUBLE_TYPE;
|
||||||
double value = source.Next<int32>();
|
double value = source.Next<int32>();
|
||||||
doubleValue = value / source.Next<int32>();
|
doubleValue = value / source.Next<int32>();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// floating point
|
// floating point
|
||||||
|
|||||||
Reference in New Issue
Block a user