ATTACHER: Removed prompt for non-text files

This commit is contained in:
Bobbi Webber-Manners 2020-09-27 00:31:12 -04:00
parent 9477377c74
commit 36dd4f5780

View File

@ -585,10 +585,6 @@ redraw:
goto done;
break;
default:
if (prompt_okay("Not a text file, open anyhow") != 0) {
strcpy(userentry, "");
goto done;
}
getcwd(userentry, 80);
strcat(userentry, "/");
strcat(userentry, entry->name);