From 46f9dbd5b39e6a63e9193b3e1f57fd18803517ab Mon Sep 17 00:00:00 2001 From: klmp200 Date: Tue, 27 Dec 2016 22:34:15 +0100 Subject: [PATCH] WTF --- LibAutomaton/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibAutomaton/matrix.c b/LibAutomaton/matrix.c index 3c40c23..b04fa3a 100644 --- a/LibAutomaton/matrix.c +++ b/LibAutomaton/matrix.c @@ -84,7 +84,7 @@ bool CreateMatrixElem(Matrix matrix, int ColPos, int RowPos){ } else if (Col->data->rowIndex > RowPos){ elem->nextRow = Col->data; Col->data = elem; - } else {NMWZxm5uQt + } else { tmp = Col->data; while (tmp->nextRow != NULL && tmp->nextRow->rowIndex < RowPos){ tmp=tmp->nextRow;