Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment