From 98bb75d7f20990713c6d3612395ddb1e3ca24660 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 18 Sep 2016 19:28:26 +0200 Subject: Remove inapplicable TODO, it's correct --- src/common/src/Core/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3