projects
/
platform
/
core
/
location
/
lbs-server-plugin-replay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1e2f0
)
Fixed SVACE defect.
93/54893/1
accepted/tizen_tv
accepted/tizen/ivi/20160218.023838
accepted/tizen/mobile/20151221.101958
accepted/tizen/tv/20151221.101804
accepted/tizen/wearable/20151221.101949
submit/tizen/20151221.085456
submit/tizen_common/20151229.142028
submit/tizen_common/20151229.144031
submit/tizen_common/20151229.154718
submit/tizen_ivi/20160217.000000
submit/tizen_ivi/20160217.000003
author
Young-Ae Kang
<youngae.kang@samsung.com>
Fri, 18 Dec 2015 11:41:34 +0000
(20:41 +0900)
committer
Young-Ae Kang
<youngae.kang@samsung.com>
Fri, 18 Dec 2015 11:42:23 +0000
(20:42 +0900)
Change-Id: I1e721a9c3696632c6b1ff86f6c71927c23638006
gps-plugin/src/nmea_parser.c
patch
|
blob
|
history
diff --git
a/gps-plugin/src/nmea_parser.c
b/gps-plugin/src/nmea_parser.c
index 6820e48f43c4c42453949983ee9e6aebff7b726c..b36a5e14a5a5681a6babf8a74c61476c6cfad88f 100644
(file)
--- a/
gps-plugin/src/nmea_parser.c
+++ b/
gps-plugin/src/nmea_parser.c
@@
-44,7
+44,7
@@
int used_sat[MAX_GPS_NUM_SAT_USED] = { 0, };
-static
char nmea_parser_c2n(
char ch)
+static
unsigned char nmea_parser_c2n(unsigned
char ch)
{
if (ch <= '9') {
return ch - '0';