mirror of
https://gitlab.com/klmp200/LO27.git
synced 2024-11-05 06:28:05 +00:00
WTF
This commit is contained in:
parent
ca80078eb7
commit
46f9dbd5b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user