mirror of
https://github.com/drasko/codezero.git
synced 2026-08-02 20:40:08 +02:00
Fixed wrong directory name issue, strlen() was off by one.
This commit is contained in:
@@ -81,6 +81,8 @@ struct vnode *generic_vnode_lookup(struct vnode *thisnode,
|
||||
* where path = { "//comp1/comp2", "/", "/comp1/comp2", "comp1/comp2" }
|
||||
*/
|
||||
|
||||
printf("Looking up: %s\n", pdata->path);
|
||||
|
||||
/* Handle the special root case */
|
||||
if (pdata->root)
|
||||
component = pathdata_handle_root(pdata);
|
||||
|
||||
Reference in New Issue
Block a user