projects
/
platform
/
core
/
pim
/
calendar-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4b4aa
)
Svace issue Calendar fix
97/199897/1
accepted/tizen/unified/20190218.064040
submit/tizen/20190216.112249
author
kamaljeet
<kamal.jc@samsung.com>
Fri, 15 Feb 2019 08:49:52 +0000
(14:19 +0530)
committer
kamaljeet
<kamal.jc@samsung.com>
Fri, 15 Feb 2019 08:49:52 +0000
(14:19 +0530)
Change-Id: I5fd573d8bb1d6e8aed1ab46fe5ca3c535d9d4899
Signed-off-by: kamaljeet <kamal.jc@samsung.com>
server/cal_server_alarm.c
patch
|
blob
|
history
diff --git
a/server/cal_server_alarm.c
b/server/cal_server_alarm.c
index
705ae40
..
0339c85
100644
(file)
--- a/
server/cal_server_alarm.c
+++ b/
server/cal_server_alarm.c
@@
-234,10
+234,10
@@
static int64_t _get_todo_alert_utime(const char *field, int id, time_t now_t)
case CAL_SQLITE_ROW:
utime = (int64_t)sqlite3_column_int64(stmt, 0);
break;
- /* LCOV_EXCL_START
*/
+ /* LCOV_EXCL_START
case SQLITE_DONE:
ERR("No data");
- break;
+ break;
*/ //Svace:371986
default:
ERR("Invalid return(%d)", ret);
break;