commit | 1719b25044adb6eea977e239b9b9717c8212b50f | [log] [tgz] |
---|---|---|
author | Arathorn <arathorn@mg.mud.de> | Fri Aug 28 19:44:32 2020 +0200 |
committer | Arathorn <cloew@mailbox.org> | Sat Sep 05 22:47:02 2020 +0200 |
tree | c32537c8e48d9d3a731fc6a620b6d501d04d24f9 | |
parent | 815f2749ecf0912ebcd7547966ebcd6bed230398 [diff] |
Mapping mit m_add() aufbauen Change-Id: I4732dec4f092c761916aac2f162a7a6fab8e3050
diff --git a/std/shells/magier/fileview.c b/std/shells/magier/fileview.c index 68bf49a..0db06f6 100644 --- a/std/shells/magier/fileview.c +++ b/std/shells/magier/fileview.c
@@ -521,8 +521,7 @@ while (i) { output[i-1] = input[i*2-2]; - oldman_result[i,0] = input[i*2-2]; - oldman_result[i,1] = input[i*2-1]; + m_add(oldman_result, i, input[i*2-2], input[i*2-1]); i--; }