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;