blob: 1e878471933d67cd85c8338b6a89abbae1019546 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur musixflx-0.83.orig/musixflx.c musixflx-0.83/musixflx.c
--- musixflx-0.83.orig/musixflx.c 2010-10-18 11:49:06.000000000 +0200
+++ musixflx-0.83/musixflx.c 2010-10-18 11:54:03.303953595 +0200
@@ -671,6 +671,7 @@
hardlength= 0;
softlength = 0;
x = 0;
+ lastbar = 0.0;
detect_end= FALSE;
while (x<eff_linewidth){
|