Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
cde4a71
for
owl.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:
Jan 11, 2008, 3:32:14 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:
62fdd29
Parents:
fac5463
Message:
* drop unused struct member * char * != char This fixes unicode input, which was broken as of r811.
File:
1 edited
owl.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
owl.c
r428834d
rcde4a71
557
557
/* Pull in a full utf-8 character. */
558
558
int bytes, i;
559
char
*
utf8buf[7];
559
char
utf8buf[7];
560
560
memset(utf8buf, '\0', 7);
561
561
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive