X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/32feb1e82b00d6c1ad3f5aa6884d003a665ea975..07dca6914e0894f05543795c7c453168e0d572cd:/emufs/idx.c diff --git a/emufs/idx.c b/emufs/idx.c index 565cd3f..6cf562e 100644 --- a/emufs/idx.c +++ b/emufs/idx.c @@ -97,7 +97,7 @@ EMUFS_REG_ID emufs_idx_buscar_mayor_id_libre(EMUFS* emu, int* err) } fclose(f_idx); - if (b_found) { + if (found) { return ++max; } else { return 0;