control: tags -1 patch don't ask me why, but removing "inline" from findPrev function works...
--- lagan-2.0.orig/src/fchaos.c
+++ lagan-2.0/src/fchaos.c
@@ -430,7 +430,7 @@ int chain(LList* second, int off2, LList
int tc =0;
int wc = 0;
-inline void findPrev(LList* curr, int position, int offset, float baseval) {
+void findPrev(LList* curr, int position, int offset, float baseval) {
int j,k;
LList* temp;
sle* iterator;

