X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/983bf3a83136ef1556b70bd2d1860a7d24753337..a1a3dc9f23281f1e4efdc2fe54a0d1b0ddc8aac3:/tipo3/param_cte.h diff --git a/tipo3/param_cte.h b/tipo3/param_cte.h index bb17c06..de2e423 100644 --- a/tipo3/param_cte.h +++ b/tipo3/param_cte.h @@ -12,7 +12,7 @@ typedef struct block_free_t{ typedef struct block_reg_t{ int block; - int id_reg; + long int id_reg; }BLOCK_REG_T; int leer_registro(EMUFS *emu, int ID, void *, unsigned long tam);