]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/indices.h
Bugfix
[z.facultad/75.06/emufs.git] / emufs / indices.h
index 3833d5d1a65ea72fe4955f9a6d4fc0586c550efe..38ab88f0f99d25756ce90c1690360d47e98d9bae 100644 (file)
@@ -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;