「line 780〜787」
for (count=0 ; count < maxIndex + 1 ; count ++){ for(check=0 ; check < FileCount ; check ++){ if (count == zIndexData[check]){ zIndexChannel[zCount] = check; zCount ++; } } }
「line 789〜791」
for (count=0 ; count ≤ FileCount; count ++){ zIndexData[zIndexChannel[count]] = count; }