Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
21f0a9d
for
message.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:
Aug 1, 2007, 1:42:53 AM (
17 years
ago)
Author:
Nelson Elhage <nelhage@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:
0ef0e8f
Parents:
804ab8a
Message:
owl_message_get_text needs to make sure there's text to return before returning it. fixes: #15
File:
1 edited
message.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
message.c
r804ab8a
r21f0a9d
417
417
char *owl_message_get_text(owl_message *m)
418
418
{
419
owl_message_format(m);
419
420
return(owl_fmtext_get_text(&(m->fmtext->fmtext)));
420
421
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive