replaced a %04x

This commit is contained in:
ceriel 1987-02-09 17:10:29 +00:00
parent e8c7db81ad
commit e4cdbe9387

View File

@ -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 */