2013-09-03 18:51:56 +02:00
|
|
|
---
|
2014-07-16 16:37:16 +02:00
|
|
|
programs/fullbench.c | 2 +-
|
|
|
|
programs/lz4cli.c | 2 +-
|
2013-09-03 18:51:56 +02:00
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
2014-07-16 16:37:16 +02:00
|
|
|
Index: trunk/programs/fullbench.c
|
2013-09-03 18:51:56 +02:00
|
|
|
===================================================================
|
2014-07-16 16:37:16 +02:00
|
|
|
--- trunk.orig/programs/fullbench.c
|
|
|
|
+++ trunk/programs/fullbench.c
|
|
|
|
@@ -109,7 +109,7 @@
|
|
|
|
# define LZ4_VERSION ""
|
|
|
|
#endif
|
|
|
|
#define AUTHOR "Yann Collet"
|
|
|
|
-#define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, __DATE__
|
|
|
|
+#define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, "SUSE"
|
|
|
|
|
|
|
|
#define NBLOOPS 6
|
|
|
|
#define TIMELOOP 2500
|
|
|
|
Index: trunk/programs/lz4cli.c
|
2013-09-03 18:51:56 +02:00
|
|
|
===================================================================
|
2014-07-16 16:37:16 +02:00
|
|
|
--- trunk.orig/programs/lz4cli.c
|
|
|
|
+++ trunk/programs/lz4cli.c
|
|
|
|
@@ -112,7 +112,7 @@
|
|
|
|
# define LZ4_VERSION "v1.2.0"
|
|
|
|
#endif
|
|
|
|
#define AUTHOR "Yann Collet"
|
|
|
|
-#define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__
|
|
|
|
+#define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, "SUSE"
|
|
|
|
#define LZ4_EXTENSION ".lz4"
|
|
|
|
#define LZ4_CAT "lz4cat"
|
|
|
|
|