reglage de bug

doc
Rémi LAVERGNE 2 years ago
parent 2b7aebf95f
commit e369770244

@ -28,7 +28,7 @@ void errorHandling(int error)
printf("[ERREUR] - L'espace disponible du tableau est insuffisant.\n");
break;
case -4:
print("ERREUR] - Problème lors de la lecture d'un fichier.\n");
printf("ERREUR] - Problème lors de la lecture d'un fichier.\n");
exit(1);
case -5:
printf("[ERREUR] - Problème lors de l'écriture d'un fichier.\n");

Loading…
Cancel
Save