X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/32feb1e82b00d6c1ad3f5aa6884d003a665ea975..ac583cb9b8af5a1113b3db96752d5e3592d1c212:/emufs/did.c?ds=sidebyside diff --git a/emufs/did.c b/emufs/did.c index 0c7c10a..82fe63d 100644 --- a/emufs/did.c +++ b/emufs/did.c @@ -81,7 +81,7 @@ EMUFS_REG_ID emufs_did_get_last(EMUFS *efs, int* err) fclose(f_did); PERR("Error al leer did"); *err = 3; /* EMUFS_ERROR_FILE_READ */ - return NULL; + return EMUFS_NOT_FOUND; } /* voy al final */ if (fseek(f_did, 0l, SEEK_END)) {