Changeset e294c35d3eb9f8d6b50cc4f32f477af86f43e20a
- Timestamp:
- 14/03/07 20:02:35
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1173898955 +0000
- git-parent:
[e05f7924382813b868e8f7af9e71e84d8de90c19]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1173898955 +0000
- Message:
Fix crash on UTF-8 systems in previous commit
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re05f792 |
re294c35 |
|
| 174 | 174 | { |
|---|
| 175 | 175 | #if defined (USE_ICONV) |
|---|
| 176 | | if (find_charset ()) |
|---|
| | 176 | if (!find_charset ()) |
|---|
| 177 | 177 | free ((char *)str); |
|---|
| 178 | 178 | #elif defined (USE_MB2MB) |
|---|