From 1de30cbe06e8a3e1af859cc0b34d1c2ca0f3f6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 30 Nov 2017 14:53:31 +0100 Subject: [PATCH] [code] Fixed loop condition bug in ConsoleStore. Change-Id: Ia6a46fe04614afcdace4ab3396282b3c5a6c308c --- apps/code/console_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/console_store.cpp b/apps/code/console_store.cpp index ce85de596..476c845b0 100644 --- a/apps/code/console_store.cpp +++ b/apps/code/console_store.cpp @@ -35,7 +35,7 @@ int ConsoleStore::numberOfLines() const { return 0; } int result = 0; - for (int i=0; i