Changeset 89caa97
- Timestamp:
- Jan 5, 2011, 1:35:52 PM (14 years ago)
- Branches:
- release-1.7
- Children:
- b35144c
- Parents:
- 07235af
- git-author:
- David Benjamin <davidben@mit.edu> (01/03/11 03:12:16)
- git-committer:
- David Benjamin <davidben@mit.edu> (01/05/11 13:35:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r07235af r89caa97 2476 2476 esctype = owl_text_quote(type, OWL_REGEX_QUOTECHARS, OWL_REGEX_QUOTEWITH); 2477 2477 2478 argbuff = owl_s printf("type ^%s$", esctype);2478 argbuff = owl_string_build_quoted("type ^%q$", esctype); 2479 2479 owl_free(esctype); 2480 2480
Note: See TracChangeset
for help on using the changeset viewer.