Toggle navigation
Toggle navigation
This project
Loading...
Sign in
안형준
/
Ds_worked
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
안형준
2018-11-20 22:59:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
064122bc5b04dd1d483dfd96c3888741f453a3e2
064122bc
1 parent
e552ac0e
app변경
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Project/Application.cpp
Project/Application.cpp
View file @
064122b
...
...
@@ -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
();
}
...
...
Please
register
or
login
to post a comment