From ded69bc1f448411e2aa4388236b8578fc9144b8f Mon Sep 17 00:00:00 2001 From: prozessorkern Date: Wed, 20 Jan 2021 21:16:53 +0100 Subject: [PATCH] make mario happy --- src/shellmatta_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shellmatta_history.c b/src/shellmatta_history.c index e824e83..1e92649 100644 --- a/src/shellmatta_history.c +++ b/src/shellmatta_history.c @@ -233,7 +233,7 @@ void history_storeCmd(shellmatta_instance_t *inst) /** -# append the command byte wise in reverse direction */ for(i = inst->inputCount; i > 0u; i --) - { + { appendHistoryByte(inst, inst->buffer[i - 1u]); } }