Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
a7a42b9
for
style.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:
Jul 9, 2003, 1:34:13 PM (
18 years
ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
owl
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
c82b055
Parents:
282ec9b
Message:
I'm an idiot. Jer noticed that I'd made curlen a char rather than an int.
File:
1 edited
style.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
style.c
r282ec9b
ra7a42b9
54
54
(* s->formatfunc)(fm, m);
55
55
} else if (s->type==OWL_STYLE_TYPE_PERL) {
56
char *body, *indent, curlen;
56
char *body, *indent;
57
int curlen;
57
58
58
59
/* run the perl function */
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive