Changeset a993d4170e64a86df2df0aa5283ea55e7a7fbbc1

Show
Ignore:
Timestamp:
06/04/06 11:04:42 (3 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1144314282 +0000
git-parent:

[e5d7794c1c003f202191579a52ae7109751137d7]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1144314282 +0000
Message:

Fix if statement

Files:

Legend:

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

    r84f3f6e ra993d41  
    376376        if( GetLastError( ) == ERROR_ALREADY_EXISTS ) 
    377377            errno = EEXIST; 
    378         errno = ENOENT; 
     378        else 
     379            errno = ENOENT; 
    379380        return -1; 
    380381    }