Hi,Can someone fix the 'mac' file system layout? It is out of sync with the others.
Attached are patches to core/make/FilesystemLayouts/mac and core/base/ Source/NSPathUtilities.m, which seem to fix the problems for me.
The patch to NSPathUtilities.m is to fix NSSearchPathForDirectoriesInDomains(NSUserDirectory, NSAllDomainsMask, YES) so that it will just return ("/Users", "/ Network/Users") rather than ("/Users", "/Network/Users", ""). It attempts to change the handling of keys in the config file with empty values, so that they are treated as if they were not specified at all.
Thanks! -Tim
mac.patch
Description: Binary data
NSPathUtilities.m.patch
Description: Binary data
_______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
