From a3f73e7d85584412e2774870bc6538faaaf71001 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 1 Mar 2023 15:27:35 +0100 Subject: AK: Rename Stream::read_entire_buffer to Stream::read_until_filled No functional changes. --- Userland/Shell/AST.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Userland/Shell') diff --git a/Userland/Shell/AST.cpp b/Userland/Shell/AST.cpp index e675ca2fee..f5082c7de0 100644 --- a/Userland/Shell/AST.cpp +++ b/Userland/Shell/AST.cpp @@ -1772,7 +1772,7 @@ ErrorOr Execute::for_each_entry(RefPtr shell, Function(move(str)))) == IterationDecision::Break) { @@ -1862,7 +1862,7 @@ ErrorOr Execute::for_each_entry(RefPtr shell, Function(TRY(String::from_utf8(entry))))); } } -- cgit v1.2.3