fs-native-extensions
Advanced tools
+1
-1
@@ -111,3 +111,3 @@ #ifndef FS_EXT_H | ||
| const char *name; | ||
| const uv_buf_t *value; | ||
| uv_buf_t value; | ||
@@ -114,0 +114,0 @@ fs_ext_set_attr_cb cb; |
+1
-1
| { | ||
| "name": "fs-native-extensions", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "description": "Native file system extensions for advanced file operations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+2
-2
@@ -214,3 +214,3 @@ #include <stdint.h> | ||
| r->result = fs_ext__set_attr(r->fd, r->name, r->value); | ||
| r->result = fs_ext__set_attr(r->fd, r->name, &r->value); | ||
| } | ||
@@ -229,3 +229,3 @@ | ||
| req->name = name; | ||
| req->value = value; | ||
| req->value = *value; | ||
| req->cb = cb; | ||
@@ -232,0 +232,0 @@ req->req.data = (void *) req; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1700763
0.01%