aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-02 20:13:27 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-02 20:13:27 +0200
commit2a8d3d38bd80fe011f8e6921742574b2ff71fa72 (patch)
treec1d2dd4c52d0e255039ed561363741df875155e7 /Software/Embedded_SW/Embedded/Common/SWUpdate
parentf0905c07b9b5bc33aa9bad914ca799cf1e8a920c (diff)
downloadTango-2a8d3d38bd80fe011f8e6921742574b2ff71fa72.tar.gz
Tango-2a8d3d38bd80fe011f8e6921742574b2ff71fa72.zip
warning removed!
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index b59194af6..76c2fe9f2 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -726,7 +726,7 @@ uint32_t GetFilesRequestFunc(MessageContainer* requestContainer)
usnprintf(&FullPath[i], 50, "%s%s", request->path, fno[i]->fname);
else
usnprintf(&FullPath[i], 50, "%s%s%s", request->path,"/", fno[i]->fname);
- Data[i].fullpath = &FullPath[i];
+ Data[i].fullpath = &FullPath[i][0];
}
response.n_items = NumOfFiles;