Changeset e387114b870ef809f1ec79e21f0f55594c59c625
- Timestamp:
- 12/01/08 23:48:14
(11 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1200178094 +0000
- git-parent:
[36ddb3bd7bd763cedbea4122d5a172515e6ae0ed]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1200178094 +0000
- Message:
Remove always false test
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc56d27f |
re387114 |
|
| 1114 | 1114 | case VLC_VAR_FILE: |
|---|
| 1115 | 1115 | case VLC_VAR_DIRECTORY: |
|---|
| 1116 | | if( val.psz_string ) free( val.psz_string ); |
|---|
| 1117 | 1116 | val.psz_string = psz_value; |
|---|
| 1118 | 1117 | break; |
|---|