replaced a %04x

This commit is contained in:
ceriel 1987-02-09 17:10:29 +00:00
parent 4793d80775
commit 8b15b193a2

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