From 3b30f7714c5e9621c780ccf5b4dae6658468ef2a Mon Sep 17 00:00:00 2001 From: name Date: Sun, 15 Dec 2019 00:03:18 +0100 Subject: [PATCH] =?UTF-8?q?Y=C3=BBki=20-=20Encoding=20Search=20not=20worki?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main_compress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main_compress.c b/main_compress.c index 0e0617e..ef1d6e5 100644 --- a/main_compress.c +++ b/main_compress.c @@ -119,6 +119,7 @@ arbre huffman(arbre T[]){ Index=i; while(Indexelt=NULL; tmp->fils_gauche=T[Index]; tmp->fils_droit=T[Index+1]; tmp->poids=T[Index]->poids +T[Index+1]->poids;