Small compile fix

This commit is contained in:
Miguel de Icaza 1998-12-29 21:32:41 +00:00
parent 60f3d7c584
commit 2d88b3d90b
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ static int check_for_default(char *default_file, char *file)
}
create_op_win (OP_COPY, 0);
file_mask_defaults ();
copy_file_file (default_file, file, 1, &count, &bytes);
copy_file_file (default_file, file, 1, &count, &bytes, 1);
destroy_op_win ();
}
return 0;