mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 11:48:51 +00:00
parent
5ad23ac8f6
commit
763bba9444
1 changed files with 1 additions and 0 deletions
|
@ -2394,6 +2394,7 @@ bookmark_check_cb (
|
|||
if (dentry == NULL) {
|
||||
dentry = xmalloc(sizeof(*dentry) + name_len);
|
||||
dentry->id = id;
|
||||
dentry->hashcode = hashcode;
|
||||
dentry->name_len = name_len;
|
||||
memcpy(dentry->name, name, name_len);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue