안형준

app변경

......@@ -694,7 +694,7 @@ void Application::SearchByIndex(MusicType &indata)
while (Miter.NotNull())
{
if (Index == Miter.GetCurrentNode().data.GetNum())
Miter.GetCurrentNode().data.DisplayRecordOnScreen();
indata = Miter.GetCurrentNode().data;
Miter.Next();
}
......