Changeset 32edee83adbf9c1a9513d9f2da5009747ce732ea
- Timestamp:
- 05/05/08 09:41:20
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1209973280 +0200
- git-parent:
[c452d0794615bdf5f5fb5217e94763a1e4adc094]
- git-author:
- Rafaël Carré <funman@videolan.org> 1209973280 +0200
- Message:
Do not duplicate NULL strings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra18c1d9 |
r32edee8 |
|
| 166 | 166 | static inline char *locale_dup (const char *string, bool from) |
|---|
| 167 | 167 | { |
|---|
| | 168 | assert( string ); |
|---|
| | 169 | |
|---|
| 168 | 170 | #if defined (USE_ICONV) |
|---|
| 169 | 171 | if (find_charset ()) |
|---|