mirror of
				https://gitlab.com/klmp200/LO27.git
				synced 2025-10-31 08:23:04 +00:00 
			
		
		
		
	WTF
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user