Fixed misplaced parentheses when checking a junction point

N2009_11_14_FIXES
jpandre 2009-03-23 16:12:06 +00:00
parent aa54558345
commit 86c1f05336
1 changed files with 2 additions and 2 deletions

View File

@ -409,8 +409,8 @@ static char *search_relative(ntfs_volume *vol, ntfschar *path, int count,
if (curni
&& topni->ni
&& (topni->ni->mrec->flags
& (MFT_RECORD_IS_DIRECTORY
? isdir : !isdir))) {
& MFT_RECORD_IS_DIRECTORY
? isdir : !isdir)) {
if (ntfs_ucstombs(path, count,
&target, 0) < 0) {
if (target) {