Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
0d975a49
Commit
0d975a49
authored
Jan 10, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* oops, bug
parent
05b3f35b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/playlist/sort.c
src/playlist/sort.c
+2
-2
No files found.
src/playlist/sort.c
View file @
0d975a49
...
...
@@ -2,7 +2,7 @@
* sort.c : Playlist sorting functions
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: sort.c,v 1.
7 2004/01/10 14:24:33
hartman Exp $
* $Id: sort.c,v 1.
8 2004/01/10 23:44:19
hartman Exp $
*
* Authors: Clment Stenac <zorglub@videolan.org>
*
...
...
@@ -82,7 +82,7 @@ int playlist_Sort( playlist_t * p_playlist , int i_mode, int i_type )
if
(
i_mode
==
SORT_ID
)
{
i_test
=
p_playlist
->
pp_items
[
i
]
->
i_id
,
i_test
=
p_playlist
->
pp_items
[
i
]
->
i_id
-
p_playlist
->
pp_items
[
i_small
]
->
i_id
;
}
else
if
(
i_mode
==
SORT_TITLE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment