blob: 87b9ca85378ca88005a12d8a584f936068ba5718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Description: Fix FTBFS errors with newer zlib.
Author: Moritz Muehlenhoff <muehlenhoff@univention.de>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053
Forwarded: no
---
src/tX_midiin.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/tX_midiin.cc
+++ b/src/tX_midiin.cc
@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
void tX_midiin::store_connections(FILE *rc, char *indent)
{
- gzFile *rz=NULL;
+ gzFile rz=NULL;
tX_store("%s<midi_connections>\n", indent);
|