mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-02 22:51:49 +00:00
Support moving files across filesystems
This commit is contained in:
@@ -51,7 +51,7 @@ struct node_entry {
|
||||
static void concat_path(struct node_entry *node) {
|
||||
if (node->parent)
|
||||
concat_path(node->parent);
|
||||
int len = strlen(buf);
|
||||
size_t len = strlen(buf);
|
||||
buf[len] = '/';
|
||||
strcpy(buf + len + 1, node->name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user