From: ceriel Date: Mon, 9 Feb 1987 17:10:29 +0000 (+0000) Subject: replaced a %04x X-Git-Tag: release-5-5~4698 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8b15b193a2cbb7c0ee999b4dbcd4d0c640b620ca;p=ack.git replaced a %04x --- 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 */