Skip to content

Commit

Permalink
영상 이름을 Sort안해서 생기던 문제 해결.
Browse files Browse the repository at this point in the history
  • Loading branch information
NaturaAurum committed Jun 3, 2017
1 parent d35b287 commit 3e49335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VideoSub/VideoSub/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private void RenameAllfile()


subFiles.Sort( ( a, b ) => StringLogicalComparer.Compare( a.Name, b.Name ) );
videoNameList.Sort((a, b) => StringLogicalComparer.Compare(a, b));

int i = 0;

Expand Down

0 comments on commit 3e49335

Please sign in to comment.