summaryrefslogtreecommitdiff
path: root/src/notification_noti.c
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2017-07-06 17:48:51 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2017-07-06 18:03:57 +0900
commit66a625916f8a3b8f44453458ba12c0065b9776c1 (patch)
treed700329b945370cdc0f1f5f6936b703a5eecc307 /src/notification_noti.c
parentc747d383c14150d53b03ab233bacb0b0659ab6e7 (diff)
downloadnotification-66a625916f8a3b8f44453458ba12c0065b9776c1.tar.gz
notification-66a625916f8a3b8f44453458ba12c0065b9776c1.tar.bz2
notification-66a625916f8a3b8f44453458ba12c0065b9776c1.zip
Add missing argument to get num_changes
- notification_noti_delete_by_priv_id_get_changes To get num_changes Change-Id: Ia0c9a39e88e507d47a92ac4d7d555c54e0be442f Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'src/notification_noti.c')
-rwxr-xr-xsrc/notification_noti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_noti.c b/src/notification_noti.c
index 0d27fd3..5602c8a 100755
--- a/src/notification_noti.c
+++ b/src/notification_noti.c
@@ -1335,7 +1335,7 @@ EXPORT_API int notification_noti_delete_by_priv_id_get_changes(const char *app_i
goto err;
}
- ret = notification_db_exec(db, query, NULL);
+ ret = notification_db_exec(db, query, num_changes);
err:
if (query)