Changeset ef9438a
- Timestamp:
- Aug 17, 2007, 5:26:44 PM (18 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:
- 04166e9
- Parents:
- 5073972
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rce7b824 ref9438a 2625 2625 sprintf(argbuff, "class ^(un)*%s(\\.d)*$", tmpclass); 2626 2626 if (tmpinstance) { 2627 sprintf(argbuff, "%s and ( instance ^ %s(\\.d)*$ )", argbuff, tmpinstance);2627 sprintf(argbuff, "%s and ( instance ^(un)*%s(\\.d)*$ )", argbuff, tmpinstance); 2628 2628 } 2629 2629 owl_free(tmpclass);
Note: See TracChangeset
for help on using the changeset viewer.