From 6a8a30df5aaccedd43bfbca8ee5b9e9279685539 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 17 Dec 2014 07:53:25 -0500 Subject: [PATCH] . --- toolbox/os_hfs_dispatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/os_hfs_dispatch.cpp b/toolbox/os_hfs_dispatch.cpp index 1700063..a7aba7e 100644 --- a/toolbox/os_hfs_dispatch.cpp +++ b/toolbox/os_hfs_dispatch.cpp @@ -368,7 +368,7 @@ namespace OS { } - // set the finder info. could also call utimes, I suppose. + // set the finder info. could also call utimes or setattrlist, I suppose. d0 = Internal::SetFinderInfo(sname, memoryPointer(parm + _ioFlFndrInfo), false); memoryWriteWord(d0, parm + _ioResult);