Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
005fc22
for
fmtext.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 4, 2008, 8:11:37 PM (
15 years
ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
a6a4155
,
61abb18
Parents:
247cbc9
Message:
bufflen should be initialized on copy.
File:
1 edited
fmtext.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
fmtext.c
raf1920fd
r005fc22
399
399
}
400
400
dst->textlen=src->textlen;
401
dst->bufflen=mallocsize;
401
402
dst->textbuff=owl_malloc(mallocsize);
402
403
dst->fmbuff=owl_malloc(mallocsize);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive