Browse Source

cmProc4.c : Fixed bug in _cmScModulatorReset() where the selected entry group was always the first entry group.

master
kevin 8 years ago
parent
commit
198aa41b98
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmProc4.c

+ 1
- 1
cmProc4.c View File

3035
       if( g->symId == entryGroupSymId )
3035
       if( g->symId == entryGroupSymId )
3036
       {
3036
       {
3037
         cmCtxPrint(p->obj.ctx,"%s selected.\n",cmSymTblLabel(p->stH,entryGroupSymId));
3037
         cmCtxPrint(p->obj.ctx,"%s selected.\n",cmSymTblLabel(p->stH,entryGroupSymId));
3038
-        p->xlist = p->glist;
3038
+        p->xlist = g;
3039
         break;
3039
         break;
3040
       }
3040
       }
3041
   }
3041
   }

Loading…
Cancel
Save