summaryrefslogtreecommitdiff
path: root/src/squeltch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/squeltch.cc')
-rw-r--r--src/squeltch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/squeltch.cc b/src/squeltch.cc
index 61ccb1f3..1db8ff74 100644
--- a/src/squeltch.cc
+++ b/src/squeltch.cc
@@ -197,7 +197,7 @@ static void automatizer_save_rules()
// Build the filename
path_build(buf, 1024, ANGBAND_DIR_USER, name.c_str());
- if (file_exist(buf))
+ if (boost::filesystem::exists(buf))
{
show_message("File exists, continue? [y/n]");
ch = inkey();