Disabled blocking wait for user input while deleting

...that was for debugging, which isn't necessary anymore.
This commit is contained in:
Yorhel 2009-04-19 13:17:21 +02:00
parent a71bc36860
commit 97fefbaffb

View file

@ -196,7 +196,7 @@ int delete_dir(struct dir *dr) {
/* check for input or screen resizes */
strcpy(curfile, file);
if(input_handle(0))
if(input_handle(1))
return 1;
/* do the actual deleting */