1
1

change wording when deleting empty directory

Этот коммит содержится в:
Max Klinger 2014-04-29 09:02:00 +02:00 коммит произвёл Yorhel
родитель 078369b8c5
Коммит 5aeb4f9b09

Просмотреть файл

@ -46,7 +46,7 @@ static void delete_draw_confirm() {
ncprint(1, 2, "Are you sure you want to delete \"%s\"%c",
cropstr(root->name, 21), root->flags & FF_DIR ? ' ' : '?');
if(root->flags & FF_DIR)
if(root->flags & FF_DIR && root->sub != NULL)
ncprint(2, 18, "and all of its contents?");
if(seloption == 0)