Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
89f5338
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:
Dec 23, 2007, 9:18:36 PM (
13 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:
9aba27b
,
61abb18
Parents:
78667f3
Message:
Moving owl_get_datadir to util.c so make test'' works again.
File:
1 edited
owl.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
owl.c
r78667f3
r89f5338
64
64
owl_global g;
65
65
66
char * owl_get_datadir() {
67
char * datadir = getenv("BARNOWL_DATA_DIR");
68
if(datadir != NULL)
69
return strchr(datadir, '=') + 1;
70
return DATADIR;
71
}
72
73
66
int main(int argc, char **argv, char **env)
74
67
{
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive