Use the correct source of defs for field defs.

This commit is contained in:
Bill Currie 2011-03-21 17:07:40 +09:00
parent 0c0f4360da
commit cefe7e2e94

View file

@ -888,7 +888,7 @@ qfo_to_progs (qfo_t *qfo, int *size)
}
for (i = 0; i < qfo->spaces[qfo_entity_space].num_defs; i++) {
convert_def (qfo, qfo->spaces[qfo_near_data_space].defs + i,
convert_def (qfo, qfo->spaces[qfo_entity_space].defs + i,
fielddefs + i);
}