replaced a %04x
This commit is contained in:
parent
4793d80775
commit
8b15b193a2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue