Changeset 161e879
- Timestamp:
- May 8, 2010, 10:20:28 AM (14 years ago)
- Branches:
- release-1.6
- Children:
- adbf00a
- Parents:
- 80ed757
- git-author:
- Nelson Elhage <nelhage@mit.edu> (05/07/10 21:12:49)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (05/08/10 10:20:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r1cfcab7 r161e879 2392 2392 /* if it already exists then go with it. This lets users override */ 2393 2393 if (owl_global_get_filter(&g, filtname)) { 2394 return (owl_strdup(filtname));2394 return filtname; 2395 2395 } 2396 2396
Note: See TracChangeset
for help on using the changeset viewer.