added an important annotation
This commit is contained in:
parent
f47e7de1ea
commit
1c87621973
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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.
|
||||
|
|
Reference in a new issue