- Timestamp:
- Apr 8, 2010, 10:00:31 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 88f0dae
- Parents:
- 7d03c8d
- git-author:
- Nelson Elhage <nelhage@ksplice.com> (03/17/10 23:11:45)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (04/08/10 22:00:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
rf449096 r9a7b4f2 609 609 } 610 610 611 const char * owl_get_bindir(void) 612 { 613 const char * bindir = getenv("BARNOWL_BIN_DIR"); 614 if(bindir != NULL) 615 return bindir; 616 return BINDIR; 617 } 618 611 619 /* Strips format characters from a valid utf-8 string. Returns the 612 620 empty string if 'in' does not validate. */
Note: See TracChangeset
for help on using the changeset viewer.