ソースを参照

cmDspPreset.c:Fixed uninitialized variable 'pp' in _cmDspPresetCount().

master
kevin 11年前
コミット
ca06ba399a
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      dsp/cmDspPreset.c

+ 1
- 0
dsp/cmDspPreset.c ファイルの表示

@@ -744,6 +744,7 @@ unsigned        _cmDspPresetPresetCount( cmDspPresetMgr_t* p, unsigned groupIdx
744 744
   if((gp = _cmDspPresetGroupFromIndex(p,groupIdx)) == NULL )
745 745
     return 0;
746 746
 
747
+  pp = gp->list;
747 748
   for(; pp!=NULL; pp=pp->link)
748 749
     ++cnt;
749 750
 

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