summaryrefslogtreecommitdiff
path: root/Userland/Utilities/bt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/bt.cpp')
-rw-r--r--Userland/Utilities/bt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/bt.cpp b/Userland/Utilities/bt.cpp
index 18d56bdc00..c291894dbc 100644
--- a/Userland/Utilities/bt.cpp
+++ b/Userland/Utilities/bt.cpp
@@ -65,7 +65,7 @@ int main(int argc, char** argv)
out("\033]8;;{}\033\\", url.serialize());
}
- out("\033[34;1m{}:{}\033[0m", LexicalPath(source_position.file_path).basename(), source_position.line_number);
+ out("\033[34;1m{}:{}\033[0m", LexicalPath::basename(source_position.file_path), source_position.line_number);
if (linked)
out("\033]8;;\033\\");