Changeset ef9438a


Ignore:
Timestamp:
Aug 17, 2007, 5:26:44 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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
Message:
When we're narrowing to an instance, properly include
un-instances. This fixes narrowing to any instance that starts with
``un-''
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rce7b824 ref9438a  
    26252625  sprintf(argbuff, "class ^(un)*%s(\\.d)*$", tmpclass);
    26262626  if (tmpinstance) {
    2627     sprintf(argbuff, "%s and ( instance ^%s(\\.d)*$ )", argbuff, tmpinstance);
     2627    sprintf(argbuff, "%s and ( instance ^(un)*%s(\\.d)*$ )", argbuff, tmpinstance);
    26282628  }
    26292629  owl_free(tmpclass);
Note: See TracChangeset for help on using the changeset viewer.