added an important annotation

This commit is contained in:
Mylloon 2021-12-22 01:46:33 +01:00
parent f47e7de1ea
commit 1c87621973
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
main.c
View file

@ -102,7 +102,7 @@ void help(char const progName[]) {
printf("===============================================================================\n");
}
char *fichierHuff(const char *fichier) {
char *fichierHuff(const char *fichier) { /* peut posé problème lors de la décompression car on perd définitivement l'extension du fichier originale ? */
/*
Récupération informations concernant la position
du dernier point et de la taille du nom du fichier.