projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a715115
)
[Exif] - Removing the macro assert()
author
Andrzej Popowski
<a.popowski@samsung.com>
Mon, 6 Jul 2015 09:50:53 +0000
(11:50 +0200)
committer
HyunJin Park
<hj.na.park@samsung.com>
Tue, 7 Jul 2015 07:47:44 +0000
(16:47 +0900)
Change-Id: I6ac51d4fc5d3e9dc6aa6ef6cab62abdd72dd31ad
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
src/exif/exif_gps_location.cc
patch
|
blob
|
history
diff --git
a/src/exif/exif_gps_location.cc
b/src/exif/exif_gps_location.cc
index e478a05921bfb258b39081300be691eb4532189e..806d7b1b9bd1748f1d7c272167e7e1851bab4644 100755
(executable)
--- a/
src/exif/exif_gps_location.cc
+++ b/
src/exif/exif_gps_location.cc
@@
-109,7
+109,7
@@
GCSPosition GCSPosition::createFromDouble(double value) {
d_degrees++;
}
-
a
ssert(d_degrees <= 180.0);
+
A
ssert(d_degrees <= 180.0);
LoggerD("d_degrees:%f d_minutes:%f d_seconds:%f",
d_degrees, d_minutes, d_seconds);