From 9675c004f118fc8bdae3c6765c2e997a6e69b615 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Mon, 14 Jan 2002 20:18:45 +0000 Subject: [PATCH] 2002-01-14 15:05 UTC-0500 Paul Tucker * source\common\hbffind.c * Added missed Attribute check (thanks Victor) 2002-01-14 14:30 UTC-0500 Paul Tucker * source\rtl\direct.c * updated notes and TODO's --- harbour/source/rtl/direct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/rtl/direct.c b/harbour/source/rtl/direct.c index cd43c9431d..2413795901 100644 --- a/harbour/source/rtl/direct.c +++ b/harbour/source/rtl/direct.c @@ -62,7 +62,7 @@ * 'V'olume label. * * For a given file request, it is implied that the attribute mask includes - * all attributes except 'H'idden, 'S'ystem and 'D'irectory and 'V'olume. + * all attributes except 'H'idden, 'S'ystem, 'D'irectory and 'V'olume. * The returned file list will always include (for instance) 'R'eadOnly files * unless they also happen to be 'H'idden and that attribute was not requested. *