blob: 8613f64bc2d0b759967dce5f866f1332a96e98d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2004/01/09 17:23:45 xtraeme Exp $
--- src/aflibConverter.h.orig 2003-05-09 10:55:25.000000000 +0200
+++ src/aflibConverter.h 2003-05-09 10:55:38.000000000 +0200
@@ -222,8 +222,8 @@
bool interpFilt;
bool largeFilter;
bool linearInterp;
-short ** _X;
-short ** _Y;
+short ** __X;
+short ** __Y;
unsigned int _Time;
double _factor;
int _nChans;
|