Browse Source

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

master
kevin 7 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,7 +3035,7 @@ cmRC_t  _cmScModulatorReset( cmScModulator* p, cmCtx_t* ctx, unsigned scLocIdx,
3035 3035
       if( g->symId == entryGroupSymId )
3036 3036
       {
3037 3037
         cmCtxPrint(p->obj.ctx,"%s selected.\n",cmSymTblLabel(p->stH,entryGroupSymId));
3038
-        p->xlist = p->glist;
3038
+        p->xlist = g;
3039 3039
         break;
3040 3040
       }
3041 3041
   }

Loading…
Cancel
Save