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

Commit 04e18bb2 authored by Jaesung Chung's avatar Jaesung Chung
Browse files

Fix GpsTimeStamp format string

Bug: 26816278
Change-Id: If3694ec44f5a5d6109c1895eac305d0a1a7e1ca2
parent d3e41e42
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