Changeset 99219ed for fmtext.c


Ignore:
Timestamp:
Feb 4, 2008, 8:14:23 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
6f6330b
Parents:
ee310eb (diff), 005fc22 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merged revisions 924-927 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r926 | geofft | 2008-02-04 18:20:08 -0500 (Mon, 04 Feb 2008) | 2 lines
  
  Add the variable 'zsender' to customize the outgoing Zephyr username.
........
  r927 | asedeno | 2008-02-04 20:11:37 -0500 (Mon, 04 Feb 2008) | 1 line
  
  bufflen should be initialized on copy.
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    ree310eb r99219ed  
    536536  }
    537537  dst->textlen=src->textlen;
     538  dst->bufflen=mallocsize;
    538539  dst->textbuff=owl_malloc(mallocsize);
    539540  memcpy(dst->textbuff, src->textbuff, src->textlen+1);
Note: See TracChangeset for help on using the changeset viewer.