Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
6201646
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:
Dec 28, 2007, 5:21:57 PM (
17 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:
7b1d048
Parents:
5376a95
Message:
Fixing bug encountered when last field was not null-terminated.
File:
1 edited
message.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
message.c
r5376a95
r6201646
79
79
owl_list_append_element(&(m->attributes), pair);
80
80
}
81
owl_pair_set_value(pair, owl_validate_or_convert(attrvalue
, -1
));
81
owl_pair_set_value(pair, owl_validate_or_convert(attrvalue
));
82
82
}
83
83
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive