sys/vfs: DEBUG fix
This commit is contained in:
parent
8a74210b31
commit
dcc0804e10
@ -736,7 +736,7 @@ int vfs_normalize_path(char *buf, const char *path, size_t buflen)
|
|||||||
}
|
}
|
||||||
|
|
||||||
while(path <= path_end) {
|
while(path <= path_end) {
|
||||||
DEBUG("vfs_normalize_path: + %d \"%.*s\" <- \"%s\" (%p)\n", npathcomp, len, buf, path, path);
|
DEBUG("vfs_normalize_path: + %d \"%.*s\" <- \"%s\" (%p)\n", npathcomp, (int)len, buf, path, path);
|
||||||
if (path[0] == '\0') {
|
if (path[0] == '\0') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user