]> git.ipfire.org Git - thirdparty/grub.git/commit
commands/ls: Merge print_files_long() and print_files() into print_file()
authorGlenn Washburn <development@efficientek.com>
Sun, 2 Mar 2025 05:15:33 +0000 (23:15 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 5 Mar 2025 20:24:47 +0000 (21:24 +0100)
commitcbfb031b145f89523aa47d5f493669d6e0349149
tree70fe19d39712726ea1675fec38b04e241fdd50ff
parent112d2069cf348d424ab49e7cb01abdb2320ecee8
commands/ls: Merge print_files_long() and print_files() into print_file()

Simplify the code by removing logic around which file printer to call.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/ls.c