aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-09-18 08:47:04 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-09-18 08:47:04 +0300
commitab313d5fb617fddfc1a111870f4743d72b67c155 (patch)
treee6b5d69096ba8c5e984beb79881704c3a3a8c7c3 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent3eb48ffcc2addf5945d68896ed8b952a87721fa4 (diff)
parent73def3f4db1920809b363a51453d4233d39329d9 (diff)
downloadTango-ab313d5fb617fddfc1a111870f4743d72b67c155.tar.gz
Tango-ab313d5fb617fddfc1a111870f4743d72b67c155.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 4396f6da1..caad43712 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -604,6 +604,8 @@ uint32_t GetFilesRequestFunc(MessageContainer* requestContainer)
Data[i].lastmodifieddate = fno[i]->fdate;
Data[i].has_lastmodifiedtime = true;
Data[i].lastmodifiedtime = fno[i]->ftime;
+ //Report(Data[i].name, __FILE__, __LINE__, Data[i].lastmodifieddate, RpWarning, (int)Data[i].lastmodifiedtime, 0);
+
if (i==0)
usnprintf(&FullPath[i], 50, "%s", request->path);
else