Changeset 3d411bb1961ac34d986efa67f71da44c2475f51d

Show
Ignore:
Timestamp:
05/01/07 13:43:41 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1168001021 +0000
git-parent:

[0a637ed758d6a7136979138e3e1d96d1540f1589]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1168001021 +0000
Message:

Fix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/text/unicode.c

    rf556b69 r3d411bb  
    350350                rwflags = O_RDWR; 
    351351                break; 
     352 
     353#ifdef O_TEXT 
     354            case 't': 
     355                oflags |= O_TEXT; 
     356                break; 
     357#endif 
    352358        } 
    353359    }