Skip to content
Snippets Groups Projects
Commit 5565a84e authored by ariotte's avatar ariotte
Browse files

fixed french accent issue in "etage" for entropie display

parent 2657bf1c
No related branches found
No related tags found
No related merge requests found
......@@ -618,7 +618,7 @@ string Pyramid::entropie_p(const uint8_t *pyra,int etage_f,int nbc,int nbl)
j=j+taille_c*taille_l;
taille_c=taille_c/2;
taille_l=taille_l/2;
sprintf(buffer, "L'entropie de l'tage %d est %1f\n",i,h);
sprintf(buffer, "L'entropie de l'etage %d est %1f\n",i,h);
returnval = returnval + buffer;
}
return returnval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment