Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

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