안형준

app변경

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