aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-18 19:28:26 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-18 19:28:26 +0200
commit98bb75d7f20990713c6d3612395ddb1e3ca24660 (patch)
treec48bdb5821abbfaf9675dc3864e2754b48fa0586 /src
parentf959a3d1e1928995b717c8e75058dfd1ae21b3ad (diff)
downloadglutte-o-matic-98bb75d7f20990713c6d3612395ddb1e3ca24660.tar.gz
glutte-o-matic-98bb75d7f20990713c6d3612395ddb1e3ca24660.tar.bz2
glutte-o-matic-98bb75d7f20990713c6d3612395ddb1e3ca24660.zip
Remove inapplicable TODO, it's correct
Diffstat (limited to 'src')
-rw-r--r--src/common/src/Core/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/Core/common.c b/src/common/src/Core/common.c
index 710a53f..2790f15 100644
--- a/src/common/src/Core/common.c
+++ b/src/common/src/Core/common.c
@@ -145,7 +145,7 @@ int local_time(struct tm *time) {
}
#ifdef SIMULATOR
- time->tm_year -= 1900; //TODO Same on hardware ?
+ time->tm_year -= 1900;
#endif
// Let mktime fix the struct tm *time