Changeset 7554c22cefdaa052b04d9e689cc61a7119dec976
- Timestamp:
- 11/11/06 18:44:37
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1163267077 +0000
- git-parent:
[0afbc3c3bcd0f747b3adbb15b4dcfae7977e2f9e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1163267077 +0000
- Message:
Add missing UTF-8 wrapper
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5e25379 |
r7554c22 |
|
| 294 | 294 | msg_Info (access, "dumping media to \"%s\"...", filename); |
|---|
| 295 | 295 | |
|---|
| 296 | | FILE *newstream = fopen (filename, "wb"); |
|---|
| | 296 | FILE *newstream = utf8_fopen (filename, "wb"); |
|---|
| 297 | 297 | if (newstream == NULL) |
|---|
| 298 | 298 | { |
|---|