]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
Progress en borrar
authorAlan Kennedy <kennedya@3dgames.com.ar>
Fri, 28 May 2004 01:10:36 +0000 (01:10 +0000)
committerAlan Kennedy <kennedya@3dgames.com.ar>
Fri, 28 May 2004 01:10:36 +0000 (01:10 +0000)
emufs/b_plus_test.c

index 7a0ea8cdfda21e60f22c0dd583b122915a64bf3e..60fd954197d0daff0907161f22d9c3e18a4928f1 100644 (file)
@@ -47,7 +47,7 @@ printf("Exit Code del Buscar Clave: %i\n",exitcode);
 exitcode = emufs_b_plus_eliminar(emu->indices,querydata.clave,1);
 printf("Exit Code del Borrar Clave: %i\n",exitcode);
 
-querydata.clave.i_clave = 8;
+querydata.clave.i_clave = 2;
 exitcode = b_plus_buscar_prepost(emu->indices,querydata.clave,0,&postkey,1);
 printf("El Sucesor de la clave %i es %i\n",querydata.clave.i_clave,postkey.i_clave);
 /*exitcode = b_plus_buscar_prepost(emu->indices,querydata.clave,0,&prekey,0);