projects
/
platform
/
core
/
multimedia
/
media-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3ad8c
)
Fix build error
97/324397/1
accepted/tizen/unified/20250516.202943
accepted/tizen/unified/x/20250517.132158
author
Minje Ahn
<minje.ahn@samsung.com>
Fri, 16 May 2025 08:28:55 +0000
(17:28 +0900)
committer
Minje Ahn
<minje.ahn@samsung.com>
Fri, 16 May 2025 08:28:55 +0000
(17:28 +0900)
Change-Id: I0f04de6a613d254230ea7174f25c0f6fce4163e7
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/common/media-common-utils-tv.c
patch
|
blob
|
history
diff --git
a/src/common/media-common-utils-tv.c
b/src/common/media-common-utils-tv.c
index 34eac933e4f64bffdf3e57db84cde1e34a5abde4..a10526bacc32896edfadda9bbc954fc5e19ed36a 100644
(file)
--- a/
src/common/media-common-utils-tv.c
+++ b/
src/common/media-common-utils-tv.c
@@
-205,7
+205,6
@@
int ms_check_scan_ignore(char *path, uid_t uid)
int ret = MS_MEDIA_ERR_NONE;
g_autofree gchar *tmp_path = NULL;
g_autofree gchar *org_path = NULL;
- char ignore_path[MAX_FILEPATH_LEN] = {0, };
/* Check for symbolic link */
tmp_path = realpath(path, NULL);