From ee4862f0826b8b84bc8edfb00f739576590b99f5 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 7 Jul 2008 23:47:07 +0000 Subject: [PATCH] Remove XXX todo comment: this has now been fixed --- apps/shell/shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/shell/shell.c b/apps/shell/shell.c index 755ff2181..8be9e7f82 100644 --- a/apps/shell/shell.c +++ b/apps/shell/shell.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell.c,v 1.11 2008/07/07 23:46:12 adamdunkels Exp $ + * $Id: shell.c,v 1.12 2008/07/07 23:47:07 adamdunkels Exp $ */ /** @@ -519,7 +519,6 @@ shell_strtolong(const char *str, const char **retstr) unsigned long shell_time(void) { - /* XXX todo: fix process to avoid wrap-around */ return clock_seconds() + time_offset; } /*---------------------------------------------------------------------------*/