Skip to content

Commit

Permalink
FileAttributesPlugin v2.0.1
Browse files Browse the repository at this point in the history
1. The following primitives weren't updated as part of the support file
restructure:

- primitiveChangeMode
- primitiveChangeOwner
- primitiveSymlinkChangeOwner
- primitiveRewinddir

Get these working again in the new framework (fapath).

2. Rewinding the directory on Windows returns the first entry.
Modify the primitive to behave this way on all platforms.

3. Path conversion primitives shouldn't include the Long Path Prefix on
Windows as part of the path.
  • Loading branch information
akgrant committed Oct 3, 2018
1 parent 8c44f9b commit 91e5787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/FileAttributesPlugin/FileAttributesPlugin.c
Expand Up @@ -997,7 +997,7 @@ primitiveSymlinkChangeOwner(void)
EXPORT(sqInt)
primitiveVersionString(void)
{
popthenPush(1, stringFromCString("2.0.0d04"));
popthenPush(1, stringFromCString("2.0.1"));
return 0;
}

Expand Down

0 comments on commit 91e5787

Please sign in to comment.