summaryrefslogtreecommitdiff
path: root/src/cmd4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd4.c')
-rw-r--r--src/cmd4.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmd4.c b/src/cmd4.c
index e9125d3d..29d01c73 100644
--- a/src/cmd4.c
+++ b/src/cmd4.c
@@ -4069,7 +4069,10 @@ void do_cmd_knowledge_corruptions(void)
fff = my_fopen(file_name, "w");
/* Dump the corruptions to file */
- if (fff) dump_corruptions(fff, TRUE);
+ if (fff)
+ {
+ dump_corruptions(fff, TRUE, FALSE);
+ }
/* Close the file */
my_fclose(fff);