Skip to content

Commit

Permalink
#341 parent was incorrectly set for onNotify
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Sep 6, 2016
1 parent 2d3d312 commit e1edcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/corto/src/core/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void corto_mount_notify(
}

r.id = corto_idof(o);
r.parent = corto_path(path, this->mount, o, "/");
r.parent = corto_path(path, this->mount, corto_parentof(o), "/");
r.type = corto_fullpath(type, corto_typeof(o));

corto_mount_onNotify(this, mask, &r);
Expand Down

0 comments on commit e1edcfa

Please sign in to comment.