Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    r005fc22 raf1920fd  
    399399  }
    400400  dst->textlen=src->textlen;
    401   dst->bufflen=mallocsize;
    402401  dst->textbuff=owl_malloc(mallocsize);
    403402  dst->fmbuff=owl_malloc(mallocsize);
Note: See TracChangeset for help on using the changeset viewer.