Changeset 4df95cf6ca743087556c6dc14ede5b46ccd8f53a
- Timestamp:
- 11/25/06 10:06:54
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1164445614 +0000
- git-parent:
[9583fbe0872045afbadf4e822ab8881932e7c057]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1164445614 +0000
- Message:
Continuation of previous commit
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9583fbe |
r4df95cf |
|
| 498 | 498 | tab[num++] = entry; |
|---|
| 499 | 499 | } |
|---|
| 500 | | vlc_closedir_wrapper( dir ); |
|---|
| | 500 | closedir( dir ); |
|---|
| 501 | 501 | |
|---|
| 502 | 502 | if( compar != NULL ) |
|---|