Changeset 7554c22cefdaa052b04d9e689cc61a7119dec976

Show
Ignore:
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
  • modules/access_filter/dump.c

    r5e25379 r7554c22  
    294294    msg_Info (access, "dumping media to \"%s\"...", filename); 
    295295 
    296     FILE *newstream = fopen (filename, "wb"); 
     296    FILE *newstream = utf8_fopen (filename, "wb"); 
    297297    if (newstream == NULL) 
    298298    {