summaryrefslogtreecommitdiff
path: root/src/inp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inp.c')
-rw-r--r--src/inp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inp.c b/src/inp.c
index 6387587..dbc3f5d 100644
--- a/src/inp.c
+++ b/src/inp.c
@@ -356,7 +356,7 @@ plan_b (char const *filename)
{
tifd = make_tempfile (&TMPINNAME, 'i', NULL, O_RDWR | O_BINARY,
S_IRUSR | S_IWUSR);
- TMPINNAME_needs_removal = 1;
+ TMPINNAME_needs_removal = true;
}
i = 0;
len = 0;