Changeset e387114b870ef809f1ec79e21f0f55594c59c625

Show
Ignore:
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
  • src/misc/variables.c

    rc56d27f re387114  
    11141114    case VLC_VAR_FILE: 
    11151115    case VLC_VAR_DIRECTORY: 
    1116         if( val.psz_string ) free( val.psz_string ); 
    11171116        val.psz_string = psz_value; 
    11181117        break;