X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/0e7dc53e78dfe5d9f9d6b14eee33caf6c52a76bc..9593941016d3b3af6ae22e59391ae5bade27fb47:/emufs/indices.h?ds=inline diff --git a/emufs/indices.h b/emufs/indices.h index 3833d5d..38ab88f 100644 --- a/emufs/indices.h +++ b/emufs/indices.h @@ -50,7 +50,7 @@ typedef union _data_ { /** Estructura utilizada para querys del B_PLUS */ typedef struct _index_dat_ { - unsigned long num_bloque; + int num_bloque; CLAVE clave; } INDEX_DAT;