encore un peu de mieux dans la doc

This commit is contained in:
2020-02-20 02:31:06 +01:00
parent 6d0e6d9b0c
commit db715485a2
2 changed files with 70 additions and 21 deletions

View File

@@ -160,6 +160,11 @@ FimgFileHead filehead;
fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, head);
#endif
/*
* may be we can crash coredump here if the head
* descriptor is not blank ?
*/
fp = fopen(fname, "r");
if (NULL==fp) {
perror(fname);