Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271608
Collapse All | Expand All

(-)arj-3.10.22.orig/fardata.c (-1 / +1 lines)
Lines 13-19 Link Here
13
/* ASR fix 02/05/2003: need that regardless of COLOR_OUTPUT to support -jp
13
/* ASR fix 02/05/2003: need that regardless of COLOR_OUTPUT to support -jp
14
   correctly */
14
   correctly */
15
#if SFX_LEVEL>=ARJ
15
#if SFX_LEVEL>=ARJ
16
 #define CUSTOM_PRINTF
16
/* #define CUSTOM_PRINTF */
17
 #define CHUNK_SIZE               512    /* Size of the output block */
17
 #define CHUNK_SIZE               512    /* Size of the output block */
18
 #define CHUNK_THRESHOLD (CHUNK_SIZE-256) /* Safety bound */
18
 #define CHUNK_THRESHOLD (CHUNK_SIZE-256) /* Safety bound */
19
#endif
19
#endif

Return to bug 271608