replaced a %04x
authorceriel <none@none>
Mon, 9 Feb 1987 17:10:29 +0000 (17:10 +0000)
committerceriel <none@none>
Mon, 9 Feb 1987 17:10:29 +0000 (17:10 +0000)
util/ack/ack.h

index 0153e99..4a2c98f 100644 (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                  */