- Timestamp:
- Dec 23, 2007, 9:19:08 PM (17 years ago)
- 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:
- 28ee32b
- Parents:
- 93ee554 (diff), 89f5338 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
r93ee554 r5bc0f68 776 776 } 777 777 778 char * owl_get_datadir() { 779 char * datadir = getenv("BARNOWL_DATA_DIR"); 780 if(datadir != NULL) 781 return strchr(datadir, '=') + 1; 782 return DATADIR; 783 } 784 778 785 /**************************************************************************/ 779 786 /************************* REGRESSION TESTS *******************************/
Note: See TracChangeset
for help on using the changeset viewer.