1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

*Really* revert change.

This commit is contained in:
Andrew Plotkin 2023-05-27 09:42:13 -04:00
parent 338dfccd02
commit 40a90581f9

View file

@ -221,7 +221,7 @@ inbuild_copy *ProjectBundleManager::claim_folder_as_copy(pathname *P) {
if (Platform::is_folder_separator(Str::get_last_char(entry)) == FALSE) {
TEMPORARY_TEXT(ext)
Filenames::write_extension(ext, Filenames::from_text(entry));
if (Str::eq_insensitive(ext, I".html") == FALSE) == FALSE) {
if (Str::eq_insensitive(ext, I".html") == FALSE) {
TEMPORARY_TEXT(error_text)
WRITE_TO(error_text,
"the 'Index' subdirectory of the project directory '%S' contains a "