Merge commit 'df22a1e51b411329184b3fe33cfc0b665b7b87b6'
This commit is contained in:
2
deps/nostalgia/src/olympic/keel/src/pack.cpp
vendored
2
deps/nostalgia/src/olympic/keel/src/pack.cpp
vendored
@@ -29,7 +29,7 @@ static ox::Error pathToInode(
|
||||
return {};
|
||||
}
|
||||
if (beginsWith(path, "uuid://")) {
|
||||
auto const uuid = substr<ox::StringView>(path, 7);
|
||||
auto const uuid = ox::substr(path, 7);
|
||||
oxReturnError(keel::uuidToPath(ctx, uuid).moveTo(path));
|
||||
}
|
||||
oxRequire(s, dest.stat(path));
|
||||
|
Reference in New Issue
Block a user