[Svace] Fix Svace Issue 59/114359/1 accepted/tizen/common/20170213.174630 accepted/tizen/ivi/20170214.011051 accepted/tizen/mobile/20170214.010943 accepted/tizen/wearable/20170214.011026 submit/tizen/20170213.061620
authorJooseok Song <seogii.song@samsung.com>
Mon, 13 Feb 2017 06:03:45 +0000 (15:03 +0900)
committerJooseok Song <seogii.song@samsung.com>
Mon, 13 Feb 2017 06:03:45 +0000 (15:03 +0900)
Change-Id: I971728d318df584d2b487d875921cf4137086cdd

common/src/account_db_helper.c
packaging/account-common.spec

index 9cd5c4e..582ed11 100644 (file)
@@ -450,7 +450,7 @@ static const char *_account_query_table_column_text(account_stmt pStmt, int pos)
 
 static void _account_db_data_to_text(const char *textbuf, char **output)
 {
-       if (textbuf && strlen(textbuf) >= 0) {
+       if (textbuf) {
                if (*output) {
                        free(*output);
                        *output = NULL;
index e49f891..c6cd44b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       account-common
 Summary:    Account common library
-Version:    0.1.6
+Version:    0.1.7
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0