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