mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
parent
5884ef8425
commit
1f75dfd95d
Notes:
sideshowbarker
2024-07-19 09:20:32 +09:00
Author: https://github.com/shannonbooth
Commit: 1f75dfd95d
Pull-request: https://github.com/SerenityOS/serenity/pull/1220
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ int remove(bool recursive, String path)
|
|||
builder.append('/');
|
||||
builder.append(de->d_name);
|
||||
int s = remove(true, builder.to_string());
|
||||
if (s < 0)
|
||||
if (s != 0)
|
||||
return s;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue