Skip to content
This repository was archived by the owner on Sep 22, 2018. It is now read-only.
This repository was archived by the owner on Sep 22, 2018. It is now read-only.

FcDirCacheWrite crashes #41

Description

@hughbe
	if (access ((char *) test_dir, W_OK|X_OK) == 0)
	{
	    cache_dir = test_dir;
	    break;
	}

W_OK|X_OK=3

but this is invalid on WIndows: https://msdn.microsoft.com/en-us/library/1w06ktdy.aspx?f=255&MSPPError=-2147217396

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions