strcat(tmp->filename, nombre);
strcat(tmp->filename, ".idx");
+ tmp->padre = emu;
tmp->nombre = (char *)malloc(sizeof(char)*(strlen(nombre)+1));
strcpy(tmp->nombre, nombre);
tmp->nombre = (char *)malloc(sizeof(char)*(strlen(nombre)+1));
strcpy(tmp->nombre, nombre);
-
+ tmp->padre = emu;
tmp->tipo = tipo;
tmp->tipo_dato = tipo_dato;
switch (tipo_dato) {
c = idx->str_offset;
while (c) {
- if ((*ptr) == '\0') c--;
- ptr++;
+ if ((*ptr) == '\0') {
+ c--;
+ /* Salteo los \0 seguidos */
+ if (idx->padre->tipo == T3)
+ while ((*ptr) == '\0') ptr++;
+ else
+ ptr++;
+ } else
+ ptr++;
}
error = 0;
- fprintf(stderr, "%s: ========> %s\n", idx->nombre, ptr);
+ fprintf(stderr, "%s: ========> %s (%d)\n", idx->nombre, ptr, strlen(ptr)+1);
k.i_clave = idx->emu_string->grabar_registro(idx->emu_string,
ptr,
strlen(ptr)+1,