From 8b15b193a2cbb7c0ee999b4dbcd4d0c640b620ca Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 9 Feb 1987 17:10:29 +0000 Subject: [PATCH] replaced a %04x --- util/ack/ack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ack/ack.h b/util/ack/ack.h index 0153e9947..4a2c98f41 100644 --- a/util/ack/ack.h +++ b/util/ack/ack.h @@ -7,7 +7,7 @@ /****************************************************************************/ #define FRONTENDS "fe" /* The front-end definitions */ -#define TMPNAME "Ack%04x" /* Naming of temp. files */ +#define TMPNAME "Ack_%x" /* Naming of temp. files */ /****************************************************************************/ /* Internal mnemonics, should not be tinkered with */ -- 2.34.1