mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
$NetBSD: patch-ah,v 1.1 2005/12/30 23:23:54 joerg Exp $
|
|
|
|
--- Decoder/global.c.orig 2005-12-30 23:09:20.000000000 +0000
|
|
+++ Decoder/global.c
|
|
@@ -69,7 +69,6 @@ without the written permission of the co
|
|
FILE *in, *out;
|
|
FILE *c_in[MAX_COMPONENTS];
|
|
FILE *c_out[MAX_COMPONENTS];
|
|
-FILE *msgfile = stdout;
|
|
|
|
/* Context quantization thresholds - initially unset */
|
|
int T3 = -1,
|