From f11b0d56eec2ea07266d8d6990cb994ef7acf16c Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 14 Sep 2010 06:40:17 +0000 Subject: [PATCH] Fixed compilation error --- apps/shell/shell-rime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/shell/shell-rime.c b/apps/shell/shell-rime.c index 0fa37cbaf..0ef819fda 100644 --- a/apps/shell/shell-rime.c +++ b/apps/shell/shell-rime.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell-rime.c,v 1.23 2010/09/13 19:15:21 adamdunkels Exp $ + * $Id: shell-rime.c,v 1.24 2010/09/14 06:40:17 adamdunkels Exp $ */ /** @@ -256,7 +256,7 @@ PROCESS_THREAD(shell_send_process, ev, data) PROCESS_BEGIN(); - num_rexmits = shell_strtolong((char *)data, &next); + num_rexmits = (int)shell_strtolong((char *)data, &next); if(next == data) { /* If no argument was given, we send packets with a default number