Modify to compare value and the default 17/120317/3 accepted/tizen/ivi/20170323.084536 accepted/tizen/mobile/20170323.084449 accepted/tizen/tv/20170323.084505 accepted/tizen/unified/20170323.084554 accepted/tizen/wearable/20170323.084522 submit/tizen/20170323.004843
authorJiyong Min <jiyong.min@samsung.com>
Wed, 22 Mar 2017 08:54:32 +0000 (17:54 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Wed, 22 Mar 2017 09:50:24 +0000 (18:50 +0900)
commit53bff6443af30d7d7f660958302d9a4f8f4ceb02
tree933a2df2996e297df7ea94dd676f85971e82ce9d
parentc05d15af4985473288fc68f6d395a3bc73c6e325
Modify to compare value and the default

 [Problem] The album art in 'album' table was not inserted.
- After the default was changed to empty string, the strlen is zero.
And 'strncmp' did not compare value and the default.
The empty string and value should be compare with 'g_strcmp0'.

Change-Id: I44e85bfd428c8058298658f1b5f0c13482c39ff6
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
packaging/libmedia-service.spec
src/common/media-svc-util.c
src/common/media-svc.c