From f2dd1f454f8414a4c650768680056f54526d6d4b Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Sun, 3 Aug 2003 14:56:03 +0000 Subject: [PATCH] Auto merged 2003/08/03 15:52:54+01:00 cantab.net!aia21 - Return ENOTDIR errno if inode is not a directory. - Fix stupid bug where we attempt to close ia_na when it is null. (Logical change 1.169) --- libntfs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/dir.c b/libntfs/dir.c index 8b9c3046..9abb7921 100644 --- a/libntfs/dir.c +++ b/libntfs/dir.c @@ -1,7 +1,7 @@ /* * dir.c - Directory handling code. Part of the Linux-NTFS project. * - * Copyright (c) 2002 Anton Altaparmakov + * Copyright (c) 2002-2003 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published