fix realpath on win32
oops, extra decl was shadowing result
This commit is contained in:
parent
d5b6a2ec3e
commit
1a5f4a56fc
@ -1746,8 +1746,6 @@ vips_realpath( const char *path )
|
||||
}
|
||||
#else /*!HAVE_REALPATH*/
|
||||
{
|
||||
char *real;
|
||||
|
||||
if( !g_path_is_absolute( path ) ) {
|
||||
char *cwd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user