summaryrefslogtreecommitdiff
path: root/src/z-form.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-form.c')
-rw-r--r--src/z-form.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/z-form.c b/src/z-form.c
index 1ad92156..b3d5d005 100644
--- a/src/z-form.c
+++ b/src/z-form.c
@@ -229,10 +229,10 @@ uint vstrnfmt(char *buf, uint max, cptr fmt, va_list vp)
cptr s;
/* The argument is "long" */
- bool do_long;
+ bool_ do_long;
/* The argument needs "processing" */
- bool do_xtra;
+ bool_ do_xtra;
/* Bytes used in buffer */
uint n;