From ef75cd263f186ae5784759559aa101dd67640306 Mon Sep 17 00:00:00 2001 From: "flatcap.org!ntfs" Date: Sat, 29 May 2004 14:21:50 +0000 Subject: [PATCH] make output human-readable (Logical change 1.401) --- ntfsprogs/utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ntfsprogs/utils.c b/ntfsprogs/utils.c index e96d8a83..b66f3e36 100644 --- a/ntfsprogs/utils.c +++ b/ntfsprogs/utils.c @@ -1,7 +1,7 @@ /** * utils.c - Part of the Linux-NTFS project. * - * Copyright (c) 2002-2003 Richard Russon + * Copyright (c) 2002-2004 Richard Russon * Copyright (c) 2003-2004 Anton Altaparmakov * Copyright (c) 2003 Lode Leroy * @@ -771,6 +771,7 @@ ntfs_inode * utils_pathname_to_inode (ntfs_volume *vol, ntfs_inode *parent, cons if (ni != parent) ntfs_inode_close (ni); + inum = MREF (inum); ni = ntfs_inode_open (vol, inum); if (!ni) { Eprintf ("Cannot open inode %llu: %s.\n",