diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-09-18 10:29:59 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-09-18 10:29:59 +0300 |
| commit | 1aa9206775dbc3ffe196c58f6c6055f0aec96470 (patch) | |
| tree | f2af3a50e63acc33b7cceb86103cab6498e5401b /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | bbc47180c532430835c90c043f5e313420b776a6 (diff) | |
| parent | 22aea2d70ade546a64f2339e06ea1bcb7c10b699 (diff) | |
| download | Tango-1aa9206775dbc3ffe196c58f6c6055f0aec96470.tar.gz Tango-1aa9206775dbc3ffe196c58f6c6055f0aec96470.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 2 |
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 |
