Changeset 49106025613db39dfe53a212341b221286e290c2
- Timestamp:
- 13/02/06 20:13:05
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1139857985 +0000
- git-parent:
[fdb95608431aeb8d22cefdd0d6fccff1affdd090]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1139857985 +0000
- Message:
Fix typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8b81fec |
r4910602 |
|
| 555 | 555 | } |
|---|
| 556 | 556 | |
|---|
| 557 | | psz_dir = FromLocaleDup( MAX_PATH + 1 ); |
|---|
| | 557 | psz_dir = FromLocaleDup( psz_local_dir ); |
|---|
| 558 | 558 | |
|---|
| 559 | 559 | /* remove last \\ if any */ |
|---|