Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f774342 authored by Jaesung Chung's avatar Jaesung Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix GpsTimeStamp format string"

parents 03b22506 04e18bb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ static jobject ExifInterface_getRawMetadata(
            map.add(
                    String8("GPSTimeStamp"),
                    String8::format(
                            "%2u:%2u:%2u",
                            "%02u:%02u:%02u",
                            image_data.gps.time_stamp[0].numerator
                            / image_data.gps.time_stamp[0].denominator,
                            image_data.gps.time_stamp[1].numerator