blob: 4de45e1ea568292f67ef186c6771f36d8dc8bc42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN arj-3.10.22.orig/fardata.c arj-3.10.22/fardata.c
--- arj-3.10.22.orig/fardata.c 2004-04-17 04:39:42.000000000 -0700
+++ arj-3.10.22/fardata.c 2009-05-27 19:21:42.000000000 -0700
@@ -13,7 +13,7 @@
/* ASR fix 02/05/2003: need that regardless of COLOR_OUTPUT to support -jp
correctly */
#if SFX_LEVEL>=ARJ
- #define CUSTOM_PRINTF
+/* #define CUSTOM_PRINTF */
#define CHUNK_SIZE 512 /* Size of the output block */
#define CHUNK_THRESHOLD (CHUNK_SIZE-256) /* Safety bound */
#endif
|