diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
commit | c8e0e909b4a8d18319fc65434a10dc446434817c (patch) | |
tree | eee91e7d2ce229dd043811eae8f1e2bd78061916 /structures.cpp | |
parent | 5.2 (diff) | |
download | FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.gz FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.bz2 FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.zip |
5.3
Diffstat (limited to 'structures.cpp')
-rw-r--r-- | structures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structures.cpp b/structures.cpp index 0a7eda2b..5b2d4336 100644 --- a/structures.cpp +++ b/structures.cpp @@ -230,7 +230,7 @@ Int64 resolve(size_t value, UnitTime unit, Int64 defaultVal) { case UTIME_NONE: return defaultVal; - + case UTIME_TODAY: locTimeStruc.second = 0; //0-61 locTimeStruc.minute = 0; //0-59 |