This looks wrong:

        for (i = 0; i > vd->cells; i++) {

Surely it is meant to be: `i < vd->cells'

-RVP

Reply via email to