summaryrefslogtreecommitdiff
path: root/modules/m4.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m4.c')
-rw-r--r--modules/m4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m4.c b/modules/m4.c
index 0597fe74..fa75c498 100644
--- a/modules/m4.c
+++ b/modules/m4.c
@@ -742,7 +742,7 @@ m4_make_temp (m4 *context, m4_obstack *obs, const m4_call_info *caller,
/* Make the temporary object. */
errno = 0;
- fd = gen_tempname (name, dir ? GT_DIR : GT_FILE);
+ fd = gen_tempname (name, 0, 0, dir ? GT_DIR : GT_FILE);
if (fd < 0)
{
/* This use of _() will need to change if xgettext ever changes