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);