ソースを参照

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

master
kevin 8年前
コミット
198aa41b98
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      cmProc4.c

+ 1
- 1
cmProc4.c ファイルの表示

@@ -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
   }

読み込み中…
キャンセル
保存