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

FcDirCacheWrite crashes #41

Open
hughbe opened this issue Dec 21, 2017 · 0 comments
Open

FcDirCacheWrite crashes #41

hughbe opened this issue Dec 21, 2017 · 0 comments

Comments

@hughbe
Copy link

hughbe commented Dec 21, 2017

	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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant