Ticket #8043: descumm6.diff

File descumm6.diff, 344 bytes (added by eriktorbjorn, 22 years ago)

Patch against a September 11 CVS snapshot

  • tools/descumm6.cpp

    old new  
    608608        se->list = (StackEnt **) calloc(num, sizeof(StackEnt *));
    609609
    610610        for(i = 0; i < num; i++) {
    611                 se->list[num] = pop();
     611                se->list[i] = pop();
    612612        }
    613613        return se;
    614614}