From 17465a65cd5b943d5695054ca47e555888a13fa9 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Sat, 11 Aug 2012 17:57:11 +0900 Subject: [PATCH] Use the separated folder for the content reader Change-Id: I8c7b6fff90ae36fca545960226c9e585e5fa2a4f --- src/livebox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/livebox.c b/src/livebox.c index a9f2611..9f3e5aa 100644 --- a/src/livebox.c +++ b/src/livebox.c @@ -1784,7 +1784,7 @@ static inline char *get_file_kept_in_safe(const char *id) } strncpy(new_path, path, base_idx); - snprintf(new_path + base_idx, len + 10 - base_idx, "_%s", path + base_idx); + snprintf(new_path + base_idx, len + 10 - base_idx, "reader/%s", path + base_idx); return new_path; } -- 2.7.4