mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
parent
23a5a484d5
commit
5aafbdc4e8
Notes:
sideshowbarker
2024-07-19 01:26:27 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5aafbdc4e89
@ -422,7 +422,9 @@ int do_file_system_object_short(const char* path)
|
||||
{
|
||||
if (flag_list_directories_only) {
|
||||
size_t nprinted = 0;
|
||||
if (print_filesystem_object_short(path, path, &nprinted))
|
||||
bool status = print_filesystem_object_short(path, path, &nprinted);
|
||||
printf("\n");
|
||||
if (status)
|
||||
return 0;
|
||||
return 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user